deal.II version GIT relicensing-2169-gec1b43f35b 2024-11-22 07:10:00+00:00
|
#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.