dune-fem
2.4.1-rc
|
Instantiate a tuple of elements with identical, simple constructors. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/common/tupleutility.hh>
Static Public Member Functions | |
static Tuple | apply (const Key &key=Key()) |
create tuple instance More... | |
Instantiate a tuple of elements with identical, simple constructors.
Tuple | tuple type |
Key | type of argument to be passed to each constructor |
Seed | internal template argument |
len | internal template argument |
Sample usage:
Note that the tuple object is required to be copyable.
|
inlinestatic |
create tuple instance
[in] | key | argument passed to each constructor |