MCPcopy Create free account
hub / github.com/cppla/ServerStatus / begin

Method begin

server/include/json.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 #if defined(__cplusplus) && __cplusplus >= 201103L
123 decltype(values) begin () const
124 { return values;
125 }
126 decltype(values) end () const
127 { return values + length;
128 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected