Home
last modified time | relevance | path

Searched refs:has_ostream_operator (Results 1 – 3 of 3) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/logger/
H A Dwrap_unprintable.hpp23 struct has_ostream_operator struct
27 struct has_ostream_operator< struct
35 typename enable_if<!has_ostream_operator<Type>::value, const char*>::type
43 typename enable_if<has_ostream_operator<Type>::value, Type>::type
51 typename enable_if<!has_ostream_operator<Type>::value, const char*>::type
59 typename enable_if<has_ostream_operator<Type>::value, Type>::type
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/logger/
H A Dwrap_unprintable.hpp23 struct has_ostream_operator struct
27 struct has_ostream_operator< struct
35 typename enable_if<!has_ostream_operator<Type>::value, const char*>::type
43 typename enable_if<has_ostream_operator<Type>::value, Type>::type
51 typename enable_if<!has_ostream_operator<Type>::value, const char*>::type
59 typename enable_if<has_ostream_operator<Type>::value, Type>::type
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/dbg/
H A Ddbg.h242 struct has_ostream_operator {
257 static_assert(detail::has_ostream_operator<const T&>::value,
269 detail::has_ostream_operator<const T&>::value>{});