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

Function to_string

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

Source from the content-addressed store, hash-verified

133
134template< class CharT, class Traits, class Allocator = std::allocator<CharT> >
135std::basic_string<CharT, Traits, Allocator>
136to_string( std::basic_string_view<CharT, Traits> v, Allocator const & a = Allocator() )
137{
138 return std::basic_string<CharT,Traits, Allocator>( v.begin(), v.end(), a );
139}
140
141template< class CharT, class Traits, class Allocator >
142std::basic_string_view<CharT, Traits>

Callers 1

basic_string_viewClass · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected