Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::utils::UniqueTypes Concept Reference

Concept that checks if all types in a pack are unique (after removing cv/ref qualifiers). More...

#include <common_traits.hpp>

Concept definition

template<typename... Ts>
concept UniqueTypes = details::UniqueTypesHelper<Ts...>::value
Concept that checks if all types in a pack are unique (after removing cv/ref qualifiers).

Detailed Description

Concept that checks if all types in a pack are unique (after removing cv/ref qualifiers).

Definition at line 55 of file common_traits.hpp.