FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::StringOrInt Class Reference

#include <compat.h>

Public Member Functions

template<typename T , typename = std::enable_if_t< std::is_convertible_v<T, std::string_view>>>
 StringOrInt (T s)
 
 StringOrInt (int i)
 
const std::string & Get () const
 

Detailed Description

Definition at line 268 of file compat.h.

Constructor & Destructor Documentation

template<typename T , typename = std::enable_if_t< std::is_convertible_v<T, std::string_view>>>
fst::StringOrInt::StringOrInt ( s)
inline

Definition at line 272 of file compat.h.

fst::StringOrInt::StringOrInt ( int  i)
inline

Definition at line 274 of file compat.h.

Member Function Documentation

const std::string& fst::StringOrInt::Get ( ) const
inline

Definition at line 278 of file compat.h.


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