Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gtl::detail::RangeLogger< IteratorT, PolicyT > Class Template Reference

Detailed Description

template<typename IteratorT, typename PolicyT>
class gtl::detail::RangeLogger< IteratorT, PolicyT >

Definition at line 199 of file container_logging.h.

#include <container_logging.h>

Public Member Functions

 RangeLogger (const IteratorT &begin, const IteratorT &end, const PolicyT &policy)
std::string str () const

Friends

std::ostream & operator<< (std::ostream &out, const RangeLogger &range)

Constructor & Destructor Documentation

◆ RangeLogger()

template<typename IteratorT, typename PolicyT>
gtl::detail::RangeLogger< IteratorT, PolicyT >::RangeLogger ( const IteratorT & begin,
const IteratorT & end,
const PolicyT & policy )
inline

Definition at line 201 of file container_logging.h.

Member Function Documentation

◆ str()

template<typename IteratorT, typename PolicyT>
std::string gtl::detail::RangeLogger< IteratorT, PolicyT >::str ( ) const
inline

Definition at line 213 of file container_logging.h.

◆ operator<<

template<typename IteratorT, typename PolicyT>
std::ostream & operator<< ( std::ostream & out,
const RangeLogger< IteratorT, PolicyT > & range )
friend

Definition at line 205 of file container_logging.h.


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