#include <compat.h>
|
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 |
|
Definition at line 278 of file compat.h.
template<typename T , typename = std::enable_if_t< std::is_convertible_v<T, std::string_view>>>
fst::StringOrInt::StringOrInt |
( |
T |
s | ) |
|
|
inline |
fst::StringOrInt::StringOrInt |
( |
int |
i | ) |
|
|
inline |
const std::string& fst::StringOrInt::Get |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /home/openfst/src/fst/openfst-1.8.4/src/include/fst/compat.h