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

Helper to display a object with a DebugString method in a absl::StrJoin. More...

#include <string_util.h>

Public Member Functions

template<typename T >
void operator() (std::string *out, const T &t) const
 

Detailed Description

Helper to display a object with a DebugString method in a absl::StrJoin.

Definition at line 37 of file string_util.h.

Member Function Documentation

◆ operator()()

template<typename T >
void operations_research::DebugStringFormatter::operator() ( std::string * out,
const T & t ) const
inline

Definition at line 39 of file string_util.h.


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