Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ items
Method
items
examples/src/json_traits_variant_examples.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
std::vector<std::variant<Fruit, Fabric>> items() const
74
{
75
return items_;
76
}
77
};
78
79
class Rectangle
Callers
1
variant_example
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected