public static member function
<string>
std::char_traits::to_int_typestatic int_type to_int_type (const char_type& c);
static constexpr int_type to_int_type (char_type c) noexcept;
To int type
Returns the int_type equivalent of c.All character traits types shall implement the function so that the returned value can be transformed back to its char_type value using char_traits::to_char_type.
In the standard specializations of char_traits, this function performs the corresponding built-in integral promotion.
Member type int_type is an integral type that can represent eof() or any valid character value.
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