Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gtl::LogLegacyUpTo100 Struct Reference

#include <container_logging.h>

Inheritance diagram for gtl::LogLegacyUpTo100:
gtl::internal::LogLegacyBase gtl::internal::LogBase

Public Member Functions

int64_t MaxElements () const
 
- Public Member Functions inherited from gtl::internal::LogLegacyBase
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
 

Detailed Description

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.

Member Function Documentation

◆ MaxElements()

int64_t gtl::LogLegacyUpTo100::MaxElements ( ) const
inline

Definition at line 161 of file container_logging.h.


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