Go to the source code of this file.
Classes | |
struct | SafeAny::details::is_integer< T > |
struct | SafeAny::details::is_safe_integer_conversion< From, To > |
struct | SafeAny::details::is_same_real< From, To > |
Namespaces | |
SafeAny | |
SafeAny::details | |
Typedefs | |
template<typename BoolCondition > | |
using | SafeAny::details::EnableIf = typename std::enable_if< BoolCondition::value, void >::type |