template<class F>
class operations_research::base::internal_dump_vars::Dump< F >
Definition at line 142 of file dump_vars.h.
|
| | Dump (const ::std::string &&field_sep, const ::std::string &&kv_sep, DumpNames &&names, F f) |
| |
| ::std::string | str () const |
| |
| template<class... N> |
| Dump< F > | as (N &&... names) const |
| |
| Dump & | sep (::std::string &&field_sep) |
| |
| Dump & | sep (::std::string &&field_sep, ::std::string &&kv_sep) |
| |
◆ Dump()
| Dump |
( |
const ::std::string && |
field_sep, |
|
|
const ::std::string && |
kv_sep, |
|
|
DumpNames && |
names, |
|
|
F |
f |
|
) |
| |
|
inlineexplicit |
◆ as()
| Dump<F> as |
( |
N &&... |
names | ) |
const |
|
inline |
◆ sep() [1/2]
| Dump& sep |
( |
::std::string && |
field_sep | ) |
|
|
inline |
◆ sep() [2/2]
| Dump& sep |
( |
::std::string && |
field_sep, |
|
|
::std::string && |
kv_sep |
|
) |
| |
|
inline |
◆ str()
| ::std::string str |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: