xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::string::IsNoopConversion< InputChar, OutputChar > Struct Template Reference

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

#include <string/convert.hpp>

Related Symbols

(Note that these are not member symbols.)

template<tools::CharType InputChar, tools::CharType OutputChar>
constexpr bool kIsNoopConversion
 Determines if a conversion between two string types is a NOOP.
 

Detailed Description

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

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

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

Friends And Related Symbol Documentation

◆ kIsNoopConversion

template<tools::CharType InputChar, tools::CharType OutputChar>
template<tools::CharType InputChar, tools::CharType OutputChar>
constexpr bool kIsNoopConversion
related

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

This value is true if InputChar and OutputChar have the same encoding.