dune-common 2.9.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Dune::IsFieldVectorSizeCorrect< C, SIZE > Struct Template Reference

TMP to check the size of a DenseVectors statically, if possible. More...

#include <dune/common/fvector.hh>

Static Public Attributes

static constexpr bool value = true
 True if C is not of type FieldVector or its dimension is not equal SIZE.
 

Detailed Description

template<typename C, int SIZE>
struct Dune::IsFieldVectorSizeCorrect< C, SIZE >

TMP to check the size of a DenseVectors statically, if possible.

If the implementation type of C is a FieldVector, we statically check whether its dimension is SIZE.

Template Parameters
CThe implementation of the other DenseVector
SIZEThe size we need assume.

Member Data Documentation

◆ value

template<typename C , int SIZE>
constexpr bool Dune::IsFieldVectorSizeCorrect< C, SIZE >::value = true
staticconstexpr

True if C is not of type FieldVector or its dimension is not equal SIZE.


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