LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Namespaces | Functions
logicalaccess::Colorize Namespace Reference

Namespaces

namespace  detail
 

Functions

template<typename T >
std::string bold (const T &in)
 
template<typename T >
std::string underline (const T &in)
 
template<typename T >
std::string red (const T &in)
 
template<typename T >
std::string yellow (const T &in)
 
template<typename T >
std::string green (const T &in)
 

Detailed Description

A collection of function to colorize / format text.

Function Documentation

◆ bold()

template<typename T >
std::string logicalaccess::Colorize::bold ( const T &  in)

◆ green()

template<typename T >
std::string logicalaccess::Colorize::green ( const T &  in)

◆ red()

template<typename T >
std::string logicalaccess::Colorize::red ( const T &  in)

◆ underline()

template<typename T >
std::string logicalaccess::Colorize::underline ( const T &  in)

◆ yellow()

template<typename T >
std::string logicalaccess::Colorize::yellow ( const T &  in)