mp_units::utility::at_most_one_of

Synopsis

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

template<std::forward_iterator It>
[[nodiscard]]
constexpr
It
at_most_one_of(
    It begin,
    It end,
    std::string_view modifiers);

Return Value

NOTE

The return value should not be discarded.