TrinityCore
|
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | Trinity::find_type_if< Check > |
struct | Trinity::find_type_if< Check, T1, Ts... > |
struct | Trinity::dependant_false< T > |
Namespaces | |
namespace | Trinity |
Typedefs | |
template<template< typename... > typename Check, typename... Ts> | |
using | Trinity::find_type_if_t = typename find_type_if< Check, Ts... >::type |
Variables | |
template<typename T > | |
constexpr bool | Trinity::dependant_false_v = dependant_false<T>::value |