public static member function
<string>
std::char_traits::assign character (1)static void assign (char_type& r, const char_type& c);array (2)
static char_type* assign (char_type* p, size_t n, char_type c);character (1)
static void assign (char_type& r, const char_type& c) noexcept;array (2)
static char_type* assign (char_type* p, site_t n, char_type c);
Assign character
Assigns c to a character (r) or to an array of characters (s).In the standard specializations of
char_traits, this function behaves as the built-in
operator=, but custom
character traitsclasses may provide an alternative behavior whenever this is consistent with the assignment operation of its character type.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4