PVData C++  8.0.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | List of all members
epics::pvData::meta::strip_const< T > Struct Template Reference

#include <misc/pv/templateMeta.h>

Public Types

typedef T type
 

Detailed Description

template<typename T>
struct epics::pvData::meta::strip_const< T >

Remove the 'const' qualifier if present

assert(typeid(strip_const<int>::type)==typeid(int));
assert(typeid(strip_const<const int>::type)==typeid(int));

Definition at line 43 of file templateMeta.h.


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