Developer documentation

mmx::ReferTo< T > Struct Template Reference

The structure for obtain the template parameter. More...

#include <shared_object.hpp>

Public Types

typedef T value_type
 

Detailed Description

template<class T>
struct mmx::ReferTo< T >

The structure for obtain the template parameter.

This structure allows us to recuperate the value type when we don't use shared object.
We have to implement this structure in order to let the user choose as he want if he wants or not to use shared object.

Member Typedef Documentation

template<class T >
typedef T mmx::ReferTo< T >::value_type

It represents the value type we want to recuperate.


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