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

Method find

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

Source from the content-addressed store, hash-verified

818 }
819
820 nssv_constexpr14 size_type find( CharT const * s, size_type pos, size_type n ) const // (3)
821 {
822 return find( basic_string_view( s, n ), pos );
823 }
824
825 nssv_constexpr14 size_type find( CharT const * s, size_type pos = 0 ) const // (4)
826 {

Callers 2

split_linesMethod · 0.45
index_of_anyMethod · 0.45

Calls 1

basic_string_viewClass · 0.70

Tested by

no test coverage detected