Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <container_logging.h>
Public Member Functions | |
int64_t | MaxElements () const |
Public Member Functions inherited from gtl::internal::LogShortBase | |
void | LogOpening (std::ostream &out) const |
void | LogClosing (std::ostream &out) const |
void | LogFirstSeparator (std::ostream &out) const |
void | LogSeparator (std::ostream &out) const |
Public Member Functions inherited from gtl::internal::LogBase | |
template<typename ElementT > | |
void | Log (std::ostream &out, const ElementT &element) const |
void | LogEllipsis (std::ostream &out) const |
LogShort uses [] braces and separates items with comma-spaces. For example "[1, 2, 3]".
Definition at line 109 of file container_logging.h.
|
inline |
Definition at line 110 of file container_logging.h.