C++ Complementary Library
Construct a default bool format, where the true string is u8"1" and the false string is u8"0".
Construct a bool format with the given true string and false string.
The string to use when the bool value is true.
The string to use when the bool value is false.
Copy-constructs a bool_format from an existing one.
The bool_format to copy from.
Copy-assigns a bool_format into this one.
The bool_format to copy from.
Move-constructs a bool_format from an existing one.
The bool_format to move from.
Move-assigns a bool_format into this one.
The bool_format to move from.
Returns the true string of this bool format.
Sets the true string of this bool format.
The new true string of this bool format.
Returns the false string of this bool format.
Sets the false string of this bool format.
The new false string of this bool format.
Copyright © 2022-2025 Daniel T. McGinnis