Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ T11
Class
T11
test/value_to.cpp:184–191 ·
view source on GitHub ↗
not default-constructible
Source
from the content-addressed store, hash-verified
182
183
// not default-constructible
184
struct T11
185
{
186
int n;
187
188
explicit T11( int v )
189
: n(v)
190
{}
191
};
192
T11
193
tag_invoke(
194
boost::json::value_to_tag<T11>,
Callers
1
tag_invoke
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected