TemplateMetaProgrammingBoost.h File Reference
#include "TemplateMetaProgramming.h"
#include <boost/shared_ptr.hpp>
#include <memory>
+ Include dependency graph for TemplateMetaProgrammingBoost.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pointer_type_traits< T, class >
 
struct  pointer_type_traits< T *, void >
 
struct  pointer_type_traits< T, std::enable_if_t< TypeTemplateTraits::IsInstanceOfAnyV< T, boost::shared_ptr, std::shared_ptr, std::unique_ptr > > >
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::meta
 

Typedefs

template<class T >
using pointer_type_pointee_t = typename pointer_type_traits< T >::pointee_t