#include "di/container/string/string_view_impl.h"
#include "di/format/concepts/format_context.h"
#include "di/format/concepts/formattable.h"
#include "di/function/monad/monad_try.h"
#include "di/util/voidify.h"
#include "di/vocab/variant/prelude.h"
Go to the source code of this file.
Classes | |
class | di::format::ErasedArg< Context > |
Namespaces | |
namespace | di |
namespace | di::format |
Typedefs | |
template<concepts::Formattable... Types> | |
using | di::format::ConstexprFormatArg = Variant<Types&..., Void> |
template<concepts::FormatContext Context> | |
using | di::format::FormatArg |