OR-Tools  9.6
print_fields

Detailed Description

Definition at line 120 of file dump_vars.h.

Public Member Functions

void operator() ()
 
template<class T >
void operator() (const T &t)
 
template<class T1 , class T2 , class... Ts>
void operator() (const T1 &t1, const T2 &t2, const Ts &... ts)
 

Public Attributes

std::ostream & os
 
const ::std::string & field_sep
 
const ::std::string & kv_sep
 
const DumpNamesnames
 
::std::size_t n = 0
 

Member Function Documentation

◆ operator()() [1/3]

void operator() ( )
inline

Definition at line 121 of file dump_vars.h.

◆ operator()() [2/3]

void operator() ( const T &  t)
inline

Definition at line 124 of file dump_vars.h.

◆ operator()() [3/3]

void operator() ( const T1 &  t1,
const T2 &  t2,
const Ts &...  ts 
)
inline

Definition at line 129 of file dump_vars.h.

Member Data Documentation

◆ field_sep

const ::std::string& field_sep

Definition at line 135 of file dump_vars.h.

◆ kv_sep

const ::std::string& kv_sep

Definition at line 136 of file dump_vars.h.

◆ n

::std::size_t n = 0

Definition at line 138 of file dump_vars.h.

◆ names

const DumpNames& names

Definition at line 137 of file dump_vars.h.

◆ os

std::ostream& os

Definition at line 134 of file dump_vars.h.


The documentation for this struct was generated from the following file: