ugmisc 0.2-76
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>.


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