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

Method begin

test/value_to.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 using value_type = std::pair<std::string, int>;
75
76 value_type*
77 begin()
78 {
79 return data;
80 }
81
82 value_type*
83 end()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected