Bool source: "true"/"false" for strings, 1/0 for numerics.
More...
#include <Convert.h>
|
|
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) |
| |
Bool source: "true"/"false" for strings, 1/0 for numerics.
The documentation for this struct was generated from the following file: