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

Method cbegin

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

Source from the content-addressed store, hash-verified

626 nssv_constexpr const_iterator end() const nssv_noexcept { return data_ + size_; }
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() ); }

Callers 1

basic_string_viewClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected