sapphirec
The Sapphire documentation
FormatString.hpp File Reference
#include <memory>
#include <string>
#include <cstdio>

Go to the source code of this file.

Functions

template<typename T >
auto convert (T &&t)
 
template<typename... Args>
std::string format_string_internal (const std::string &format, Args &&... args)
 
template<typename... Args>
std::string format_string (const std::string &format, Args &&... args)
 

Function Documentation

◆ convert()

template<typename T >
auto convert ( T &&  t)

◆ format_string()

template<typename... Args>
std::string format_string ( const std::string &  format,
Args &&...  args 
)

◆ format_string_internal()

template<typename... Args>
std::string format_string_internal ( const std::string &  format,
Args &&...  args 
)