About 86 results
Open links in new tab
  1. std::basic_string - cppreference.com

    References, pointers, and iterators referring to the elements of a basic_string may be invalidated by any standard library function …

  2. Strings library - cppreference.com

    The class template std::basic_string generalizes how sequences of characters are manipulated and stored. String creation, …

  3. Strings library - cppreference.com

    Null-terminated byte string Null-terminated multibyte string Null-terminated wide string See also C++ documentation for Strings library

  4. Standard library header <string> - cppreference.com

    Contents 1Includes 2Classes 3Functions 3.1Input/output 3.2Numeric conversions 3.3Range access 3.4Literals 4Synopsis 4.1Class …

  5. std::basic_string<CharT,Traits,Allocator>:: - cppreference.com

    Constructs new string from a variety of data sources and optionally using user supplied allocator alloc.

  6. std::operator+ (std::basic_string) - cppreference.com

    Returns a string containing characters from lhs followed by the characters from rhs. Equivalent to:

  7. cppreference.com

    What links here Related changes Upload file Special pages Printable version Permanent link Page information

  8. String literal - cppreference.com

    String literal Syntax ... Explanation ... In the types listed in the table above, N is the number of encoded code units, which is …

  9. std::basic_string<CharT,Traits,Allocator>:: - cppreference.com

    4) Compares this string to the null-terminated character sequence beginning at the character pointed to by s with length …

  10. Standard library header <string.h> - cppreference.com

    Only if the implementation defines __STDC_LIB_EXT1__ and additionally the user code defines __STDC_WANT_LIB_EXT1__ …