UgMisc 0.3
Miscellaneous C++ header library
Loading...
Searching...
No Matches
ugmisc::get_as_list< T > Struct Template Reference

Public Types

using type = type_list<T>

Detailed Description

template<class T>
struct ugmisc::get_as_list< T >

If T is a type_list, get_as_list<T>::type is T.

If T is not a type_list, get_as_list<T>::type is type_list<T>.

Definition at line 801 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<class T>
using ugmisc::get_as_list< T >::type = type_list<T>

Definition at line 802 of file typelist.hpp.


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