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 &w1, const Weight &w2) const
 

Detailed Description

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

Definition at line 176 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 178 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 180 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 w1,
const Weight w2 
) const
inline

Definition at line 182 of file weight.h.


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