plastimatch
Loading...
Searching...
No Matches
make_string.h File Reference
#include "plmbase_config.h"
#include <iomanip>
#include <sstream>

Go to the source code of this file.

Functions

template<class T >
static std::string make_string (T t, int width=0, char fill=' ', std::ios_base &(*f)(std::ios_base &)=std::dec)
 

Function Documentation

◆ make_string()

template<class T >
static std::string make_string ( T t,
int width = 0,
char fill = ' ',
std::ios_base &(* )(std::ios_base &) = std::dec )
static