xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::string::IsNoopConversion< OutputChar, InputChar > Struct Template Reference

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.
 

Detailed Description

template<tools::CharType OutputChar, tools::CharType InputChar>
struct xentara::utils::string::IsNoopConversion< OutputChar, InputChar >

Determines if a conversion between two string types is a NOOP.

This trait checks whether OutputChar and InputChar have the same encoding.

Friends And Related Symbol Documentation

◆ kIsNoopConversion

template<tools::CharType OutputChar, tools::CharType InputChar>
template<tools::CharType OutputChar, tools::CharType InputChar>
constexpr bool kIsNoopConversion
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 file
#include <xentara/utils/string/convert.hpp>