NiHu  2.0
ignore< T, Ignore > Struct Template Reference

Metafunction returning its first argument and ignoring all subsequent. More...

#include <crtp_base.hpp>

Public Types

typedef T type
 

Detailed Description

template<class T, class... Ignore>
struct ignore< T, Ignore >

Metafunction returning its first argument and ignoring all subsequent.

Used for CRTP decltype

Definition at line 45 of file crtp_base.hpp.


The documentation for this struct was generated from the following file: