Reference documentation for deal.II version 9.1.1
|
#include <deal.II/base/template_constraints.h>
A type trait that checks to see if a class behaves as an iterable container that has a beginning and an end. This implies that the class either defines the begin()
and end()
functions, or is a C-style array.
Definition at line 101 of file template_constraints.h.