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

Method ends_with

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

Source from the content-addressed store, hash-verified

798 }
799
800 nssv_constexpr bool ends_with( CharT const * s ) const // (3)
801 {
802 return ends_with( basic_string_view( s ) );
803 }
804
805 // find(), 4x:
806

Callers

nothing calls this directly

Calls 1

basic_string_viewClass · 0.70

Tested by

no test coverage detected