MADARA  3.4.1
madara::utility::type< T > Struct Template Reference

helper type for specifying template type parameters using a function argument instead of inside explicit "<...>". More...

#include <StlHelper.h>

Public Types

using self = T
 

Public Member Functions

 type ()=default
 

Detailed Description

template<class T>
struct madara::utility::type< T >

helper type for specifying template type parameters using a function argument instead of inside explicit "<...>".

This interacts more flexibly with overloading and ADL.

Definition at line 66 of file StlHelper.h.

Member Typedef Documentation

◆ self

template<class T >
using madara::utility::type< T >::self = T

Definition at line 69 of file StlHelper.h.

Constructor & Destructor Documentation

◆ type()

template<class T >
madara::utility::type< T >::type ( )
default

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