wzit / format

A simple header-only C++11 std::string formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

format

A simple header-only C++11 std::string formatter

Usage:

std::string test = util::Format("This is a nice string with numbers {0} and strings {1} nicely formatted", 123, "hello");
std::string test = util::Format("{0, 20}", "Formatting is nice!");

About

A simple header-only C++11 std::string formatter


Languages

Language:C++ 100.0%