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

Method crbegin

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

Source from the content-addressed store, hash-verified

632 nssv_constexpr const_reverse_iterator rend() const nssv_noexcept { return const_reverse_iterator( begin() ); }
633
634 nssv_constexpr const_reverse_iterator crbegin() const nssv_noexcept { return rbegin(); }
635 nssv_constexpr const_reverse_iterator crend() const nssv_noexcept { return rend(); }
636
637 // 24.4.2.3 Capacity:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected