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

Method begin

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

Source from the content-addressed store, hash-verified

623 // 24.4.2.2 Iterator support:
624
625 nssv_constexpr const_iterator begin() const nssv_noexcept { return data_; }
626 nssv_constexpr const_iterator end() const nssv_noexcept { return data_ + size_; }
627
628 nssv_constexpr const_iterator cbegin() const nssv_noexcept { return begin(); }

Callers 2

to_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected