template<class Foreground>
Rodin::Alert::IdentifierT class

Templated text class for code identifiers with bold formatting.

Specialized text class for displaying code identifiers (class names, namespace names, function names) in alert messages. Identifiers are automatically formatted with bold text for emphasis.

Base classes

template<class F = NoColorT, class B = NoColorT>
class Text<Foreground>
Templated text class with foreground and background color support.

Public types

using Parent = Text<Foreground>
Parent class type alias.

Constructors, destructors, conversion operators

IdentifierT(const std::string& text)
Constructs an identifier with the given text.

Function documentation

template<class Foreground _1>
Rodin::Alert::IdentifierT<_1>::IdentifierT(const std::string& text)

Constructs an identifier with the given text.

Parameters
text The identifier text.

Automatically applies bold formatting to the text.