|
|
|
|
|
This file is not included by default.
#include <pantheios/inserters/character.hpp> #include <pantheios/pantheios.hpp>
. . .
char c = '~';
pantheios::log_DEBUG("c=", pantheios::character(c));
The short alias ch is available, via inclusion of pantheios/inserters/ch.hpp
#include <pantheios/inserters/ch.hpp>
. . .
char c = '~';
pantheios::log_DEBUG("c=", pantheios::ch(c));
#include <pantheios/pantheios.h>
#include <pantheios/inserters/fmt.hpp>
#include <stlsoft/shims/access/string/fwd.h>
Go to the source code of this file.
Namespaces | |
| namespace | pantheios |
| namespace | stlsoft |
Classes | |
| class | character |
| Class for inserting characters into Pantheios diagnostic logging statements. More... | |
|
|
|
| pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |
|