MCPcopy Create free account
hub / github.com/boostorg/parser / is_object

Class is_object

example/json.hpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 template<typename T>
186 struct is_object : is_range_of<
187 T,
188 std::pair<std::string, value>,
189 std::pair<std::string const, value>>
190 {};
191
192 template<typename T>
193 struct is_array : is_range_of<T, value>

Callers 2

operator=Method · 0.85
json.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected