Formatter for ExitStatus.
More...
#include <sleipnir/optimization/solver/exit_status.hpp>
|
| constexpr auto | parse (std::format_parse_context &ctx) |
| |
| template<typename FmtContext > |
| auto | format (const slp::ExitStatus &exit_status, FmtContext &ctx) const |
| |
Formatter for ExitStatus.
◆ format()
template<typename FmtContext >
| auto std::formatter< slp::ExitStatus >::format |
( |
const slp::ExitStatus & |
exit_status, |
|
|
FmtContext & |
ctx |
|
) |
| const |
|
inline |
Format ExitStatus.
- Template Parameters
-
| FmtContext | Format context type. |
- Parameters
-
| exit_status | Exit status. |
| ctx | Format context. |
- Returns
- Format context iterator.
◆ parse()
| constexpr auto std::formatter< slp::ExitStatus >::parse |
( |
std::format_parse_context & |
ctx | ) |
|
|
inlineconstexpr |
Parse format string.
- Parameters
-
- Returns
- Format parse context iterator.
The documentation for this struct was generated from the following file: