realroot_doc 0.1.1
|
The structure for obtain the template parameter. More...
#include <shared_object.hpp>
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.
typedef T value_type |
It represents the value type we want to recuperate.
Definition at line 198 of file shared_object.hpp.