OR-Tools  9.6
operations_research::base::internal_dump_vars Namespace Reference

Classes

struct  print_fields
 
class  Dump
 

Typedefs

using DumpNames = ::std::vector<::std::string >
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &os, const ::absl::InlinedVector< T, 8 > &vec)
 
template<class F >
Dump< F > make_dump_vars (DumpNames &&names, F f)
 

Typedef Documentation

◆ DumpNames

using DumpNames = ::std::vector<::std::string>

Definition at line 118 of file dump_vars.h.

Function Documentation

◆ make_dump_vars()

Dump<F> operations_research::base::internal_dump_vars::make_dump_vars ( DumpNames &&  names,
f 
)

Definition at line 191 of file dump_vars.h.

◆ operator<<()

std::ostream& operations_research::base::internal_dump_vars::operator<< ( std::ostream &  os,
const ::absl::InlinedVector< T, 8 > &  vec 
)

Definition at line 110 of file dump_vars.h.