MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / front

Method front

include/jwt/string_view.hpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 //CharT at(size_type idx) const;
147
148 const_reference front() const noexcept
149 {
150 return data_[0];
151 }
152
153 const_reference back() const noexcept
154 {

Callers 1

write_ubjsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected