![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <container_logging.h>
Public Member Functions | |
LogMultilineUpToN (int64_t max_elements) | |
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 |
LogMultilineUpToN(max_elements) formats the same as LogMultiline but prints no more than max_elements elements.
Definition at line 142 of file container_logging.h.
|
inlineexplicit |
Definition at line 144 of file container_logging.h.
|
inline |
Definition at line 146 of file container_logging.h.