DUNE-FEM (unstable)

Dune::TupleToVectorConverter< VectorTupleType, pos > Class Template Reference

wrapper class to convert a vector of tuples of RangeTypes into something that behaves like a vector< RangeType > More...

#include <dune/fem/common/tupleutility.hh>

Public Member Functions

 TupleToVectorConverter (VectorTupleType &vector)
 constructor
 
ValueType & operator[] (const size_t i)
 return reference to i-th entry of vector and pos's tuple component
 
const ValueType & operator[] (const size_t i) const
 return reference to i-th entry of vector and passId's tuple component
 
size_t size () const
 return size of vector
 

Detailed Description

template<class VectorTupleType, int pos>
class Dune::TupleToVectorConverter< VectorTupleType, pos >

wrapper class to convert a vector of tuples of RangeTypes into something that behaves like a vector< RangeType >


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 3, 22:32, 2024)