CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Unique.hpp File Reference
#include "Count.hpp"
#include "TypeList.hpp"
#include <type_traits>

Go to the source code of this file.

Classes

struct  CeresEngine::MPL::UniqueHelper< TTypeList >
 
struct  CeresEngine::MPL::UniqueHelper< TypeList< T, Ts... > >
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MPL
 

Variables

template<typename... Ts>
constexpr bool CeresEngine::MPL::Unique = UniqueHelper<TypeList<Ts...>>::value