mp_units::utility::parse_align

Synopsis

Declared in <mp-units/utility/format.h>

template<
    std::forward_iterator It,
    typename Specs>
[[nodiscard]]
constexpr
It
parse_align(
    It begin,
    It end,
    Specs& specs,
    fmt_align default_align = fmt_align::none);

Return Value

NOTE

The return value should not be discarded.