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;
Types
Member Functions
Name |
Description |
|
Constructors |
Copy assignment operator |
|
Conversion to |
Data Members
Name |
Static Data Members
Name |
Friends
Name |
Description |
Stream insertion operator |
|
Three‐way comparison operator |
|
Three‐way comparison operator |
|
Equality operator |
|
Equality operator |
|
Addition operator |
|
Addition operator |
|
Addition operator |
|
Addition operator |
|
Addition operator |
Template Parameters
Name |
Description |
CharT |
Character type to be used by the string |
N |
The size of the string |
Created with MrDocs