Provide helper functions to create formatted strings. More...
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | CxxUtils |
Copy the elements of a sequence for which a predicate is true. | |
Defines | |
#define | CXXUTILS_STRFORMAT_H 1 |
Functions | |
std::string | CxxUtils::strformat (const char *fmt,...) |
return a `stdstring` according to a format `fmt` and varargs |
Provide helper functions to create formatted strings.