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

Method basic_string_view

single_include/tabulate/tabulate.hpp:4572–4572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4570
4571#if nssv_CPP11_OR_GREATER
4572 nssv_constexpr basic_string_view( basic_string_view const & other ) nssv_noexcept = default;
4573#else
4574 nssv_constexpr basic_string_view( basic_string_view const & other ) nssv_noexcept
4575 : data_( other.data_)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected