Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/template_constraints.h>
A concept that identifies whether a template argument C
represents a contiguous container. A contiguous container is a container object (such as std::vector
, std::array
, or boost::container::small_vector
that stores its elements in one contiguous array in which we access all elements via a pointer to the first element plus an offset. In contrast, linked lists, maps, and similar objects are typically not stored as contiguous containers.
Definition at line 700 of file template_constraints.h.