kblib 0.2.3
General utilities library for modern C++
kblib::ignore< typename, T > Struct Template Reference

Ignores its first template argument entirely, and returns its second. More...

#include <kblib/traits.h>

Public Types

using type = T
 

Detailed Description

template<typename, typename T>
struct kblib::ignore< typename, T >

Ignores its first template argument entirely, and returns its second.

Definition at line 161 of file traits.h.

Member Typedef Documentation

◆ type

template<typename , typename T >
using kblib::ignore< typename, T >::type = T

Definition at line 162 of file traits.h.


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