BBSTRADER 2.4.0
Loading...
Searching...
No Matches
MT5::IsScopedEnum Concept Reference

Concept to check if a type is a scoped enumeration (Legacy fallback). More...

#include <objects.hpp>

Concept definition

template<typename T>
concept MT5::IsScopedEnum = std::is_enum_v<T> && !std::is_convertible_v<T, int>
Concept to check if a type is a scoped enumeration (Legacy fallback).
Definition objects.hpp:643

Detailed Description

Concept to check if a type is a scoped enumeration (Legacy fallback).