#include "lib/multifact.hpp"
template<typename TY, template< class > class Wrapper>
struct lib::factory::FabConfig< TY, Wrapper >
configuration of the elements to be combined into a MultiFact instance
Definition at line 214 of file multifact.hpp.
|
enum | { ARGUMENT_CNT = 0
} |
|
using | BareProduct = typename WrapFunctor::BareType |
|
typedef BareProduct | SIG_Fab(void) |
|
using | WrapFunctor = Wrapper< TY > |
|
using | WrappedProduct = typename WrapFunctor::ResultType |
|
The documentation for this struct was generated from the following file: