xentara-utils v2.0.4
The Xentara Utility 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 <xentara/utils/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:149
T make_unique(T... args)

Detailed Description

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