Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
Creator for sequences of generator values. More...
#include <Creator.h>
Public Types | |
typedef SEQ | result_type |
Static Public Member Functions | |
template<LatType L, typename... ARGS> | |
static result_type | create (const SizeParam< L > &sizeParam, ARGS &&...t) |
Creates a new sequence object. | |
Creator for sequences of generator values.
It is an adaptor for the different constructor signatures of the generator sequences. It allows to use the same constructor arguments regardless of the sequence type.