Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
format.hpp File Reference
#include <boost/format.hpp>
+ Include dependency graph for format.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Slic3r
 
namespace  Slic3r::internal
 
namespace  Slic3r::internal::format
 

Functions

template<typename T >
T && Slic3r::internal::format::cook (T &&arg)
 
std::string Slic3r::internal::format::format_recursive (boost::format &message)
 
template<typename TValue , typename... TArgs>
std::string Slic3r::internal::format::format_recursive (boost::format &message, TValue &&arg, TArgs &&... args)
 
template<typename... TArgs>
std::string Slic3r::format (const char *fmt, TArgs &&... args)
 
template<typename... TArgs>
std::string Slic3r::format (const std::string &fmt, TArgs &&... args)