Default producer class for factory. More...
#include <factory.hpp>
Inherits matador::factory< K, V >::producer_base.
Additional Inherited Members |
Default producer class for factory.
T | Type 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.