xentara-utils v2.0.4
The Xentara Utility Library
|
Determines if a conversion between two string types is a NOOP. More...
#include <xentara/utils/string/convert.hpp>
Related Symbols | |
(Note that these are not member symbols.) | |
Encoding Conversions | |
template<tools::CharType OutputChar, tools::CharType InputChar> | |
constexpr bool | kIsNoopConversion |
Determines if a conversion between two string types is a NOOP. | |
Determines if a conversion between two string types is a NOOP.
This trait checks whether OutputChar and InputChar have the same encoding.
|
related |
Determines if a conversion between two string types is a NOOP.
This value is true if OutputChar and InputChar have the same encoding.
#include <xentara/utils/string/convert.hpp>