rstd 0.1.0
Loading...
Searching...
No Matches
rstd::fmt::formattable Concept Referenceexport
module rstd.core

Checks whether a type can be formatted, i.e. More...

Concept definition

template<typename Tp, typename CharT char>
Checks whether type A implements all the given traits T.
Definition trait.cppm:246
Checks whether a type can be formatted, i.e.
Definition fmt.cppm:234

Detailed Description

Checks whether a type can be formatted, i.e.

it implements Display or Debug.

Template Parameters
TpThe type to check.