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

Method back

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

Source from the content-addressed store, hash-verified

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_; }
673

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected