![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <container_logging.h>
Public Member Functions | |
int64_t | MaxElements () const |
![]() | |
void | LogOpening (std::ostream &out) const |
void | LogClosing (std::ostream &out) const |
void | LogFirstSeparator (std::ostream &out) const |
void | LogSeparator (std::ostream &out) const |
![]() | |
template<typename ElementT> | |
void | Log (std::ostream &out, const ElementT &element) const |
void | LogEllipsis (std::ostream &out) const |
The legacy behavior of LogSequence() does not use braces and separates items with spaces. For example "1 2 3".
Definition at line 160 of file container_logging.h.
|
inline |
Definition at line 161 of file container_logging.h.