Dune::IsFieldVectorSizeCorrect< C, SIZE > Struct Template Reference
[Dense Matrix and Vector Template Library]

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

#include <dune/common/fvector.hh>

List of all members.

Public Types

enum  { value = true }

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:
C The implementation of the other DenseVector
SIZE The size we need assume.

Member Enumeration Documentation

template<typename C , int SIZE>
anonymous enum
Enumerator:
value 
Parameters:
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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 25 Mar 2018 for dune-common by  doxygen 1.6.1