You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!");