std Namespace Reference
Functions |
template<typename T > |
ostream & | operator<< (ostream &os, const std::pair< std::string, T > &record) |
ostream & | operator<< (ostream &os, const aitools::invertedindex::ByteBuffer &buffer) |
ostream & | operator<< (ostream &os, const aitools::invertedindex::GenericRecord &record) |
template<typename Value > |
ostream & | operator<< (ostream &os, const aitools::invertedindex::Postlist< Value > &pl) |
istream & | operator>> (istream &is, aitools::invertedindex::Quantile &quantile) |
ostream & | operator<< (ostream &os, const aitools::invertedindex::Quantile &quantile) |
ostream & | operator<< (ostream &os, aitools::invertedindex::Quantile::Order order) |
template<typename Value > |
istream & | operator>> (istream &is, aitools::invertedindex::Record< Value > &record) |
template<typename Value > |
ostream & | operator<< (ostream &os, const aitools::invertedindex::Record< Value > &record) |
ostream & | operator<< (ostream &os, const aitools::invertedindex::Vocabulary &vocabulary) |
istream & | operator>> (istream &is, aitools::invertedindex::Value &value) |
ostream & | operator<< (ostream &os, const aitools::invertedindex::Value &value) |
Detailed Description
The output operator needed by Boost.Test.
Function Documentation
template<typename Value >
template<typename Value >
template<typename T >
ostream& std::operator<< |
( |
ostream & |
os, |
|
|
const std::pair< std::string, T > & |
record | |
|
) |
| | [inline] |
template<typename Value >