OmniSciDB
c1a53651b2
|
Functions | |
template<typename T > | |
struct get_has_toString< T, decltype(std::declval< T > ().get() -> | toString () |
Variables | |
template<class T > | |
constexpr bool | has_toString_v = has_toString<T>::value |
template<class T > | |
struct get_has_toString< T, decltype(std::declval< T > ().get() -> void())> constexpr bool | get_has_toString_v = get_has_toString<T>::value |
template<class T > | |
constexpr bool | has_printTo_v = has_printTo<T>::value |
struct get_has_toString< T, decltype(std::declval< T >().get() -> anonymous_namespace{toString.h}::toString | ( | ) |
|
inline |
Definition at line 147 of file toString.h.
|
inline |
Definition at line 175 of file toString.h.
|
inline |
Definition at line 139 of file toString.h.