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

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

  2. Strings library - cppreference.com

    The text processing library provides support for localizations, string conversions (e.g. std::toupper), character classification functions …

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

    Returns a pointer to a null-terminated character array with data equivalent to those stored in the string. The pointer is such that the …

  4. String literals - cppreference.com

    1) character string literal: The type of the literal is char[N], where N is the size of the string in code units of the execution narrow …

  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::to_string - cppreference.com

    Return value A string holding the converted value. Exceptions May throw std::bad_alloc from the std::string constructor. Notes With …

  7. Strings library - cppreference.com

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

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

    Defect reports The following behavior-changing defect reports were applied retroactively to previously published C++ standards.

  9. cppreference.com

    Strings library basic_string − char_traits basic_string_view (C++17) Text processing library Primitive numeric conversions (C++17) …

  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__ …