LogIt++
Loading...
Searching...
No Matches
format.hpp File Reference

Function for formatting strings according to a specified format. More...

#include <cstdarg>
#include <vector>
#include <string>

Go to the source code of this file.

Namespaces

namespace  logit
 The primary namespace for the LogIt++ library.
 

Macros

#define _LOGIT_FORMAT_HPP_INCLUDED
 

Functions

std::string logit::format (const char *fmt,...)
 Formats a string according to the specified format.
 
std::string logit::format (const std::string &fmt,...)
 Formats a string according to the specified format using std::string.
 

Detailed Description

Function for formatting strings according to a specified format.

Definition in file format.hpp.

Macro Definition Documentation

◆ _LOGIT_FORMAT_HPP_INCLUDED

#define _LOGIT_FORMAT_HPP_INCLUDED

Definition at line 3 of file format.hpp.