Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <Row.h>
Public Member Functions | |
cell_stream_adaptor (const Row::cell_type &cell) | |
Public Attributes | |
const Row::cell_type & | m_cell |
Wrap a cell so it can be streamed. This is necessary since Row::cell_type& contains non-streamable types, as std::vector. Before Alexandria 2.27, there was an overload of operator<< for std::vector, but adding functions to the std namespace is undefined behaviour since C++14
|
inlineexplicit |
const Row::cell_type& Euclid::Table::cell_stream_adaptor::m_cell |
Definition at line 163 of file Row.h.
Referenced by Euclid::Table::operator<<().