Leosac  0.8.0
Open Source Access Control
Leosac::Colorize::detail Namespace Reference

Implementation namespace. More...

Functions

template<typename T >
std::string format (const std::string &escape_code, const T &in)
 Return a string containing the escape code, a string representation of T and the clear escape string. More...
 

Detailed Description

Implementation namespace.

Do not use.

Function Documentation

◆ format()

template<typename T >
std::string Leosac::Colorize::detail::format ( const std::string &  escape_code,
const T &  in 
)

Return a string containing the escape code, a string representation of T and the clear escape string.

Definition at line 49 of file Colorize.hpp.