MCPcopy Create free account
hub / github.com/p-ranav/tabulate / front

Method front

include/tabulate/string_view_lite.hpp:669–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667 }
668
669 nssv_constexpr const_reference front() const { return data_at( 0 ); }
670 nssv_constexpr const_reference back() const { return data_at( size() - 1 ); }
671
672 nssv_constexpr const_pointer data() const nssv_noexcept { return data_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected