15 #ifndef HEXT_PREPEND_PIPE_H_INCLUDED
16 #define HEXT_PREPEND_PIPE_H_INCLUDED
42 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:...
Prepends a given string to a string.
std::string transform(std::string str) const override
Prepends a given string to str.
PrependPipe(std::string prefix) noexcept
Constructs a PrependPipe.