FST
openfst-1.8.4
OpenFst Library
|
#include <fst/compat.h>
#include <algorithm>
#include <cctype>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
Namespaces | |
fst | |
fst::internal | |
Functions | |
internal::StringSplitter | fst::StrSplit (std::string_view full, ByAnyChar delim) |
internal::StringSplitter | fst::StrSplit (std::string_view full, char delim) |
internal::StringSplitter | fst::StrSplit (std::string_view full, ByAnyChar delim, SkipEmpty) |
internal::StringSplitter | fst::StrSplit (std::string_view full, char delim, SkipEmpty) |
std::string_view | fst::StripTrailingAsciiWhitespace (std::string_view full) |
void | fst::StripTrailingAsciiWhitespace (std::string *full) |