MCPcopy Create free account
hub / github.com/boostorg/json / T2

Class T2

test/value_from.cpp:59–69  ·  view source on GitHub ↗

member function uses generic algorithms

Source from the content-addressed store, hash-verified

57// member function
58// uses generic algorithms
59struct T2
60{
61 std::vector<int> v;
62 std::string s;
63
64 T2()
65 : v({1,2,3, 4})
66 , s("test")
67 {
68 }
69};
70
71void
72tag_invoke(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected