Type trait to enable the use of a factory product as command line option. More...
#include <mia/core/factory_trait.hh>
Public Types | |
typedef FactoryTrait< T >::type | type |
the typetrait type More... | |
Type trait to enable the use of a factory product as command line option.
This trait specializes FactoryTrait for shared pointers.
Definition at line 56 of file factory_trait.hh.
typedef FactoryTrait<T>::type FactoryTrait< std::shared_ptr< T > >::type |
the typetrait type
Definition at line 59 of file factory_trait.hh.