Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
18
template <typename T, typename = void>
19
struct has_toString
20
: std::false_type
21
{ };
22
23
template <typename T>
24
struct has_toString<T, decltype((void)std::declval<T>().toString())>
Callers
2
introspection.cpp
File · 0.85
optionalToString
Function · 0.85
Calls
no outgoing calls
Tested by
1
optionalToString
Function · 0.68