#include <deal.II/base/config.h>
#include <deal.II/base/enable_observer_pointer.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/logstream.h>
#include <algorithm>
#include <cstddef>
#include <string>
#include <vector>
Go to the source code of this file.
◆ operator<<()
◆ swap()
Global function swap
which overloads the default implementation of the C++ standard library which uses a temporary object. The function simply exchanges the data of the two objects.
Definition at line 471 of file block_indices.h.