Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
#include <iostream>
#include <utility>
#include "base/stringpiece.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &o, const StringPiece &piece) |
allow StringPiece to be logged | |
bool | operator== (const StringPiece &x, const StringPiece &y) |
namespace operations_research | |
bool | operator< (const operations_research::StringPiece &x, const operations_research::StringPiece &y) |
bool operator< | ( | const operations_research::StringPiece & | x, | |
const operations_research::StringPiece & | y | |||
) |
Definition at line 42 of file stringpiece.cc.
std::ostream& operator<< | ( | std::ostream & | o, | |
const operations_research::StringPiece & | piece | |||
) |
allow StringPiece to be logged
OR_TOOLS_BASE_STRINGPIECE_H_
Definition at line 20 of file stringpiece.cc.
bool operator== | ( | const StringPiece & | x, | |
const StringPiece & | y | |||
) |