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

Method lit

test/parse-vectors.hpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50private:
51 template<std::size_t N>
52 static
53 string_view
54 lit(char const (&s)[N])
55 {
56 return {s, N - 1};
57 }
58
59 iterator first_;
60 iterator last_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected