xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::OneOf Concept Reference

Determines if a type is one of a list of allowed types. More...

#include <tools/Concepts.hpp>

Concept definition

template<typename Type, typename... AllowedTypes>
Determines if a type is one of a list of allowed types.
Definition Concepts.hpp:119
T make_unique(T... args)

Detailed Description

Determines if a type is one of a list of allowed types.