Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
LatBuilder::GenSeq::Creator< SEQ > Struct Template Reference

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.
 

Detailed Description

template<typename SEQ>
struct LatBuilder::GenSeq::Creator< SEQ >

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.

Examples:
GenSeq.cc.

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