String

string package.

Summary
Stringstring package.
Types
MyStructStructure My
Functions
c_stringc_string function

Types

MyStruct

struct MyStruct{std::string name;
std::string address;
 };

Structure My

nameuser name
addressuser address

Functions

c_string

char* c_string(const string &s)

c_string function

Exceptions; out_of_range attempt to access beyond the end of the string. length_error if a string length has exceeded the system limit.

To send feedback on this topic email: natural.nosp@m.docsplus@gmai.nosp@m.l.com

© Some Rights Reserved. see <License>

struct MyStruct{std::string name;
std::string address;
 };
Structure My
char* c_string(const string &s)
c_string function