FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
compat.cc File Reference
#include <fst/compat.h>
#include <algorithm>
#include <cctype>
#include <cstddef>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
Include dependency graph for compat.cc:

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)