Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
List of all members
has_begin_and_end< T > Class Template Reference

#include <deal.II/base/template_constraints.h>

Detailed Description

template<typename T>
class has_begin_and_end< T >

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.


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