DecayAll< T > Struct Template Reference

#include <ArmarXCore/util/CPPUtility/TemplateMetaProgramming.h>

Public Types

using type = typename std::decay< T >::type
 

Detailed Description

template<class T>
struct armarx::meta::detail::DecayAll< T >

See also
armarx::meta::DecayAll

Definition at line 247 of file TemplateMetaProgramming.h.

Member Typedef Documentation

◆ type

using type = typename std::decay<T>::type

Definition at line 249 of file TemplateMetaProgramming.h.


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