ZeroErr
Loading...
Searching...
No Matches
zeroerr::details Namespace Reference

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 &&)
 

Function Documentation

◆ getBool() [1/2]

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

◆ getBool() [2/2]

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