realroot_doc 0.1.1
ReferTo< T > Struct Template Reference

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

#include <shared_object.hpp>

List of all members.

Public Types


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.

Definition at line 195 of file shared_object.hpp.


Member Typedef Documentation

typedef T value_type

It represents the value type we want to recuperate.

Definition at line 198 of file shared_object.hpp.


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