4template<
typename T,
typename... Ts>
11 this->value = std::make_shared<T>();
Definition: struct_wrapper.hpp:5
void set_values(Ts... args)
Definition: struct_wrapper.hpp:14
std::shared_ptr< T > value
Definition: struct_wrapper.hpp:8
T type
Definition: struct_wrapper.hpp:6
struct_wrapper()
Definition: struct_wrapper.hpp:10