OmniSciDB
a5dc49c757
|
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 |
template<class T > | |
constexpr bool | has_operator_lshift_v = has_operator_lshift<T>::value |
struct get_has_toString< T, decltype(std::declval< T >().get() -> anonymous_namespace{toString.h}::toString | ( | ) |
|
inline |
Definition at line 150 of file toString.h.
|
inline |
Definition at line 188 of file toString.h.
|
inline |
Definition at line 178 of file toString.h.
|
inline |
Definition at line 142 of file toString.h.