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

Method last_of

test/string.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 };
80
81 static
82 string_view
83 last_of(
84 string_view s,
85 std::size_t n)
86 {
87 return s.substr(s.size() - n);
88 }
89
90 void
91 testConstruction()

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected