FST  openfst-1.7.9
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::NaturalLess< W, typename std::enable_if<!IsIdempotent< W >::value >::type > Class Template Reference

#include <weight.h>

Public Types

using Weight = W
 

Public Member Functions

 NaturalLess ()
 
bool operator() (const Weight &, const Weight &) const
 

Detailed Description

template<class W>
class fst::NaturalLess< W, typename std::enable_if<!IsIdempotent< W >::value >::type >

Definition at line 189 of file weight.h.

Member Typedef Documentation

template<class W >
using fst::NaturalLess< W, typename std::enable_if<!IsIdempotent< W >::value >::type >::Weight = W

Definition at line 191 of file weight.h.

Constructor & Destructor Documentation

template<class W >
fst::NaturalLess< W, typename std::enable_if<!IsIdempotent< W >::value >::type >::NaturalLess ( )
inline

Definition at line 195 of file weight.h.

Member Function Documentation

template<class W >
bool fst::NaturalLess< W, typename std::enable_if<!IsIdempotent< W >::value >::type >::operator() ( const Weight ,
const Weight  
) const
inline

Definition at line 199 of file weight.h.


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