4 #ifndef UTILMM_TYPES_FACTORY_FWD
5 # define UTILMM_TYPES_FACTORY_FWD
13 template<
class AbstractProduct,
typename IdentifierType,
14 typename Result = AbstractProduct *,
15 typename ProductCreator = Result (*)(),
16 template<typename, class, typename>
17 class FactoryErrorPolicy = factory_toolbox::error,
18 class OrderId = std::less<IdentifierType> >
23 #endif // UTILMM_TYPES_FACTORY_FWD
Forward declaration of utilmm::factory_toolbox::error.