xapian-core  2.0.0
Functions
output.h File Reference

std::ostream operator<< template for Xapian objects More...

#include <ostream>
+ Include dependency graph for output.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
auto operator<< (std::ostream &os, const T &t) -> decltype(t.get_description(), os)
 

Detailed Description

std::ostream operator<< template for Xapian objects

Definition in file output.h.

Function Documentation

◆ operator<<()

template<class T >
auto operator<< ( std::ostream &  os,
const T &  t 
) -> decltype(t.get_description(), os)

Definition at line 34 of file output.h.