QxOrm  1.4.2
C++ Object Relational Mapping library

qx::trait::remove_attr<T>::type : return a type without pointer, const, reference and/or volatile attributes More...

#include <boost/mpl/if.hpp>
#include <boost/mpl/logical.hpp>
#include <boost/type_traits/remove_pointer.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_traits/remove_volatile.hpp>

Go to the source code of this file.

Classes

class  qx::trait::remove_attr< T, bRemovePtr, bRemoveConst, bRemoveRef, bRemoveVolatile >
 qx::trait::remove_attr<T>::type : return a type without pointer, const, reference and/or volatile attributes More...

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::trait
 

QxOrm library traits (template metaprogramming) not available in boost::type_traits library.



Detailed Description

qx::trait::remove_attr<T>::type : return a type without pointer, const, reference and/or volatile attributes

Author:
Lionel Marty

Definition in file remove_attr.h.