|
dune-fem
2.8-git
|
Instantiate a tuple of elements with identical, simple constructors. More...
#include <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 |