GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::experimental::basic_string_view::to_string,(3) C++ Standard Libary std::experimental::basic_string_view::to_string,(3)

std::experimental::basic_string_view::to_string, - std::experimental::basic_string_view::to_string,


template<class Allocator = allocator<CharT>>


basic_string<CharT, Traits, Allocator> (library fundamentals TS)


to_string(const Allocator& a = Allocator()) const;
template<class Allocator>
explicit operator basic_string<CharT, Traits, (library fundamentals TS)
Allocator>() const;


Creates a basic_string with a copy of the content of the current view.


Allocator - Allocator type used to allocate internal storage


a - Allocator instance to use for allocating the new string


A basic_string containing a copy of the characters of the current view.


Linear in size()

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.