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

Method basic_string_view

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

Source from the content-addressed store, hash-verified

584
585#if nssv_CPP11_OR_GREATER
586 nssv_constexpr basic_string_view( basic_string_view const & other ) nssv_noexcept = default;
587#else
588 nssv_constexpr basic_string_view( basic_string_view const & other ) nssv_noexcept
589 : data_( other.data_)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected