#include <stdexcept>
#include <cfloat>
#include "nc_io.h"
#include "nc_io_types.h"
Go to the source code of this file.
◆ TMPL_NC_READ_WRITE_FILE
#define TMPL_NC_READ_WRITE_FILE |
( |
|
what | ) |
|
Value:template void nca_write_to_file<what>(
const String&,
const what&,
const Verbosity&); \
template
void nca_read_from_file<what>(
const String&, what&,
const Verbosity&);
The implementation for String, the ARTS string class.
Definition at line 40 of file nc_io_instantiation.h.