ZeroErr
|
Functions | |
template<typename T > | |
std::enable_if< std::is_convertible< T, bool >::value, bool >::type | getBool (T &&lhs) |
template<typename T > | |
std::enable_if<!std::is_convertible< T, bool >::value, bool >::type | getBool (T &&) |
std::enable_if<!std::is_convertible<T, bool>::value, bool>::type zeroerr::details::getBool | ( | T && | ) |
std::enable_if<std::is_convertible<T, bool>::value, bool>::type zeroerr::details::getBool | ( | T && | lhs | ) |