15 #ifndef HEXT_APPEND_PIPE_H_INCLUDED
16 #define HEXT_APPEND_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.
Appends a given string to a string.
AppendPipe(std::string suffix)
Constructs an AppendPipe.
std::string transform(std::string str) const override
Appends a given string to str.
Curiously recurring template pattern that extends a base class to provide a virtual method Cloneable:...