Factory0Arg1Member< Base, M1 > Struct Template Reference
This class produces objects based on a constant specified as a factory member.
More...
#include <Factories.h>
Detailed Description
template<class Base, class M1>
struct Factory0Arg1Member< Base, M1 >
This class produces objects based on a constant specified as a factory member.
You could also implement this by using a non-type template parameter argument, see Factory0Arg1Static.
Definition at line 61 of file Factories.h.
List of all members.
Classes |
struct | Factory |
| concrete class for constructing products of a specified subtype of Base More...
|
The documentation for this struct was generated from the following file: