Skip to content

wwwlkk/format

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%