libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::Detail::RuntimeStringNormalized< T, IsEnum > Struct Template Reference

Normalizes enum arguments to their underlying type for capacity probes. More...

#include <libxr_string.hpp>

Public Types

using Type = T
 

Detailed Description

template<typename T, bool IsEnum = std::is_enum_v<T>>
struct LibXR::Detail::RuntimeStringNormalized< T, IsEnum >

Normalizes enum arguments to their underlying type for capacity probes.

为容量探测把枚举参数归一化到底层整数类型。

Definition at line 38 of file libxr_string.hpp.

Member Typedef Documentation

◆ Type

template<typename T , bool IsEnum = std::is_enum_v<T>>
using LibXR::Detail::RuntimeStringNormalized< T, IsEnum >::Type = T

Definition at line 40 of file libxr_string.hpp.


The documentation for this struct was generated from the following file: