MCPcopy Create free account
hub / github.com/boostorg/hana / has_toString

Class has_toString

example/tutorial/introspection.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17//! [has_toString.then]
18template <typename T, typename = void>
19struct has_toString
20 : std::false_type
21{ };
22
23template <typename T>
24struct has_toString<T, decltype((void)std::declval<T>().toString())>

Callers 2

introspection.cppFile · 0.85
optionalToStringFunction · 0.85

Calls

no outgoing calls

Tested by 1

optionalToStringFunction · 0.68