GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Wraps a field and makes it streamable using encoding. More...
#include <utility>
#include <ostream>
#include <concepts>
#include <type_traits>
#include <gridformat/common/field.hpp>
#include <gridformat/common/precision.hpp>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/encoding/concepts.hpp>
Go to the source code of this file.
Classes | |
class | GridFormat::EncodedField< F, Encoder > |
Wraps a field and makes it streamable using encoding. More... | |
Functions | |
template<typename F , typename Enc > | |
GridFormat::EncodedField (F &&, Enc &&) -> EncodedField< std::remove_cvref_t< F >, std::remove_cvref_t< Enc > > | |