15 #ifndef HEXT_COLLAPSEWSPIPE_H_INCLUDED
16 #define HEXT_COLLAPSEWSPIPE_H_INCLUDED
47 std::string
transform(std::string str)
const override;
Defines template hext::Cloneable.
Declares hext::StringPipe.
Defines HEXT_PUBLIC and HEXT_PRIVATE.
Curiously recurring template pattern that extends a base class to provide a virtual method Cloneable:...
Removes whitespace from beginning and end and collapses multiple whitespace to a single space.
std::string transform(std::string str) const override
Collapses multiple whitespace to a single space.