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

Method cend

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

Source from the content-addressed store, hash-verified

627
628 nssv_constexpr const_iterator cbegin() const nssv_noexcept { return begin(); }
629 nssv_constexpr const_iterator cend() const nssv_noexcept { return end(); }
630
631 nssv_constexpr const_reverse_iterator rbegin() const nssv_noexcept { return const_reverse_iterator( end() ); }
632 nssv_constexpr const_reverse_iterator rend() const nssv_noexcept { return const_reverse_iterator( begin() ); }

Callers 1

basic_string_viewClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected