Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Converter< bool > Struct Reference

Bool source: "true"/"false" for strings, 1/0 for numerics. More...

#include <Convert.h>

Static Public Member Functions

static void to (const bool &src, bool &dst)
 
static void to (const bool &src, std::string &dst)
 
template<class U >
static std::enable_if< std::is_arithmetic< U >::value &&!std::is_same< U, bool >::value >::type to (const bool &src, U &dst)
 

Detailed Description

Bool source: "true"/"false" for strings, 1/0 for numerics.


The documentation for this struct was generated from the following file: