RemoveRvalueReference< T > Struct Template Reference

Removes rvalue ref from a type. More...

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

Public Types

using type = T
 

Detailed Description

template<class T>
struct armarx::meta::RemoveRvalueReference< T >

Removes rvalue ref from a type.

Definition at line 47 of file TemplateMetaProgramming.h.

Member Typedef Documentation

◆ type

using type = T

Definition at line 49 of file TemplateMetaProgramming.h.


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