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

#include <container_logging.h>

Inheritance diagram for gtl::LogShortUpTo100:
gtl::LogShortUpToN gtl::internal::LogShortBase gtl::internal::LogBase

Public Member Functions

 LogShortUpTo100 ()
 
- Public Member Functions inherited from gtl::LogShortUpToN
 LogShortUpToN (int64_t max_elements)
 
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
 

Detailed Description

LogShortUpTo100 formats the same as LogShort but prints no more than 100 elements.

Definition at line 126 of file container_logging.h.

Constructor & Destructor Documentation

◆ LogShortUpTo100()

gtl::LogShortUpTo100::LogShortUpTo100 ( )
inline

Definition at line 127 of file container_logging.h.


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