OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions
detail_float Namespace Reference

Functions

template<class T >
bool trySerialize (const T &src, std::string *dst)
 
template<class T >
bool tryDeserialize (std::string_view src, T *dst)
 
template<class T >
void serialize (const T &src, std::string *dst)
 
template<class T >
void deserialize (std::string_view src, T *dst)
 

Function Documentation

◆ deserialize()

template<class T >
void detail_float::deserialize ( std::string_view  src,
T *  dst 
)
inline

◆ serialize()

template<class T >
void detail_float::serialize ( const T &  src,
std::string *  dst 
)
inline

◆ tryDeserialize()

template<class T >
bool detail_float::tryDeserialize ( std::string_view  src,
T *  dst 
)
inline

◆ trySerialize()

template<class T >
bool detail_float::trySerialize ( const T &  src,
std::string *  dst 
)
inline