Dune::Copasi
2.1.0-git79717215+dune.gitlab.629933
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
h
i
m
o
p
Functions
Variables
Typedefs
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
w
~
Variables
_
b
c
d
e
g
i
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
a
c
e
f
g
m
r
s
t
v
Enumerations
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Concepts
dune
copasi
common
fmt_style.hh
Go to the documentation of this file.
1
#ifndef DUNE_COPASI_COMMON_FMT_STYLE_HH
2
#define DUNE_COPASI_COMMON_FMT_STYLE_HH
3
4
#include <dune-copasi-config.hh>
5
6
#include <fmt/color.h>
7
8
#if FMT_VERSION >= 90000 && !DUNE_COPASI_DISABLE_FMT_STYLE
9
#define DUNE_COPASI_FMT_STYLED_BOLD(key) fmt::styled(key, fmt::emphasis::bold)
10
#define DUNE_COPASI_FMT_STYLED_ITALIC(key) fmt::styled(key, fmt::emphasis::italic)
11
#define DUNE_COPASI_FMT_STYLED_DARK_GRAY(key) fmt::styled(key, fmt::fg(fmt::color::dark_gray))
12
#else
13
#define DUNE_COPASI_FMT_STYLED_BOLD(key) key
14
#define DUNE_COPASI_FMT_STYLED_ITALIC(key) key
15
#define DUNE_COPASI_FMT_STYLED_DARK_GRAY(key) key
16
#endif
17
18
#endif
// DUNE_COPASI_COMMON_FMT_STYLE_HH
Generated by
1.9.4