OpenSDN source code
StaticObjectFactory::Creator< Base, Impl > Struct Template Reference

#include <factory.h>

Static Public Member Functions

template<class ... Args>
static FactoryTypes< Base, Args... >::BasePointer new_instance (Args &&... args)
 

Detailed Description

template<class Base, class Impl>
struct StaticObjectFactory::Creator< Base, Impl >

Definition at line 35 of file factory.h.

Member Function Documentation

◆ new_instance()

template<class Base , class Impl >
template<class ... Args>
static FactoryTypes<Base,Args...>::BasePointer StaticObjectFactory::Creator< Base, Impl >::new_instance ( Args &&...  args)
inlinestatic

Definition at line 38 of file factory.h.


The documentation for this struct was generated from the following file: