Fleet  0.0.9
Inference in the LOT
Classes | Functions
TopN.h File Reference
#include <set>
#include <map>
#include "IO.h"
#include "Numerics.h"
#include "OrderedLock.h"
#include "FleetArgs.h"
#include "Interfaces/Serializable.h"
Include dependency graph for TopN.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TopN< T >
 
class  TopN< T >::HasPosterior< X, typename >
 
struct  TopN< T >::HasPosterior< X, decltype((void) X::posterior, 0)>
 

Functions

template<typename HYP >
void operator<< (std::set< HYP > &s, TopN< HYP > &t)
 

Function Documentation

◆ operator<<()

template<typename HYP >
void operator<< ( std::set< HYP > &  s,
TopN< HYP > &  t 
)