liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
Loading...
Searching...
No Matches
prefix.cpp File Reference
#include <sstream>
#include "liblevenshtein/collection/prefix.h"
Include dependency graph for prefix.cpp:

Go to the source code of this file.

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.
 

Functions

auto liblevenshtein::operator<< (std::ostream &out, const Prefix &prefix) -> std::ostream &