Go to the source code of this file.
|
template<concepts::Encoding Enc, concepts::OneOf< char, c32 > T> |
constexpr auto | di::format::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< T >, FormatParseContext< Enc > &parse_context, bool debug) |
|
template<detail::ToStringFormattable T, concepts::Encoding Enc> |
constexpr auto | di::format::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< T >, FormatParseContext< Enc > &parse_context) |
|
template<concepts::Encoding Enc, concepts::Encoding OtherEnc> |
constexpr auto | di::format::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< container::PathViewImpl< Enc > >, FormatParseContext< OtherEnc > &parse_context) |
|
template<concepts::detail::MutableString T, concepts::Encoding Enc> |
constexpr auto | di::format::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< container::PathImpl< T > >, FormatParseContext< Enc > &parse_context) |
|