FST  openfst-1.8.2
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::NaturalLess< W > Struct Template Reference

#include <weight.h>

Public Types

using Weight = W
 

Public Member Functions

 NaturalLess ()=default
 
bool operator() (const Weight &w1, const Weight &w2) const
 

Detailed Description

template<class W>
struct fst::NaturalLess< W >

Definition at line 190 of file weight.h.

Member Typedef Documentation

template<class W>
using fst::NaturalLess< W >::Weight = W

Definition at line 191 of file weight.h.

Constructor & Destructor Documentation

template<class W>
fst::NaturalLess< W >::NaturalLess ( )
default

Member Function Documentation

template<class W>
bool fst::NaturalLess< W >::operator() ( const Weight w1,
const Weight w2 
) const
inline

Definition at line 196 of file weight.h.


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