DxLibEx
ignore.hpp File Reference
#include <type_traits>
Include dependency graph for ignore.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dxle::type_traits::ignore_type< typename >
 Trait class whose value is true regardless of what T is. we can use it, when we want to let SFINAE work for a decltype expressions. More...
 
struct  dxle::type_traits::first_type< T,... >
 

Namespaces

 dxle
 
 dxle::type_traits
 inline
 

Typedefs

template<typename T , typename... args>
using dxle::type_traits::first_type_t = first_type< T, args... >