VLink  2.0.0
A high-performance communication middleware
vlink::NameDetector::customize::EnumRange< EnumT > 模板结构体 参考

Inclusive integer range scanned for EnumT enumerator labels. 更多...

#include <name_detector.h>

vlink::NameDetector::customize::EnumRange< EnumT > 的协作图:

静态 Public 属性

static constexpr int kMin = VLINK_NAME_DETECTOR_ENUM_RANGE_MIN
 Inclusive lower scan bound. 更多...
 
static constexpr int kMax = VLINK_NAME_DETECTOR_ENUM_RANGE_MAX
 Inclusive upper scan bound. 更多...
 

详细描述

template<typename EnumT>
struct vlink::NameDetector::customize::EnumRange< EnumT >

Inclusive integer range scanned for EnumT enumerator labels.

模板参数
EnumTEnumeration type for which the range is being customised.

类成员变量说明

◆ kMax

template<typename EnumT >
constexpr int vlink::NameDetector::customize::EnumRange< EnumT >::kMax = VLINK_NAME_DETECTOR_ENUM_RANGE_MAX
inlinestaticconstexpr

Inclusive upper scan bound.

◆ kMin

template<typename EnumT >
constexpr int vlink::NameDetector::customize::EnumRange< EnumT >::kMin = VLINK_NAME_DETECTOR_ENUM_RANGE_MIN
inlinestaticconstexpr

Inclusive lower scan bound.


该结构体的文档由以下文件生成: