A compile‐time fixed string
Synopsis
Declared in <mp‐units/ext/fixed_string.h>
template<
typename CharT,
std::size_t N>
class basic_fixed_string
: public /* implementation-defined */
Base Classes
Name |
Description |
|
Type Aliases
Member Functions
Name |
Description |
|
Constructors |
Copy assignment operator |
|
Conversion to |
Data Members
Name |
Static Data Members
Name |
Deduction Guides
Template Parameters
Name |
Description |
CharT |
Character type to be used by the string |
N |
The size of the string |
Created with MrDocs