![]() |
deal.II version GIT relicensing-3540-g7552a02177 2025-06-20 13:50:00+00:00
|
#include <deal.II/lac/block_vector_base.h>
A class that can be used to determine whether a given type is a block vector type or not. For example,
has the value false, whereas
is true. This is sometimes useful in template contexts where we may want to do things differently depending on whether a template type denotes a regular or a block vector type.
Definition at line 79 of file block_vector_base.h.
Static Public Attributes | |
static const bool | value = internal::is_block_vector<VectorType> |