matador::factory< K, V >::default_producer< T > Class Template Reference

Default producer class for factory. More...

#include <factory.hpp>

Inherits matador::factory< K, V >::producer_base.

Additional Inherited Members

Detailed Description

template<class K, class V>
template<class T>
class matador::factory< K, V >::default_producer< T >

Default producer class for factory.

Template Parameters
TType of the serializable to produce.

This class represents the default producer class which simple create a new serializable of value_type by calling new T.


The documentation for this class was generated from the following file:
  • matador/utils/factory.hpp