Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/template_constraints.h>
#include <algorithm>
#include <iterator>
#include <ostream>
Go to the source code of this file.
Classes | |
class | TableIndices< N > |
Functions | |
template<int N> | |
std::ostream & | operator<< (std::ostream &out, const TableIndices< N > &indices) |
std::ostream & operator<< | ( | std::ostream & | out, |
const TableIndices< N > & | indices ) |
Output operator for TableIndices objects; reports them in a list like this: [i1,i2,...]
.
Definition at line 191 of file table_indices.h.