AsmGrader 0.0.0
Loading...
Searching...
No Matches
fmt_appender_adaptor.hpp File Reference

fmt::appender is non-comformat to the std iterator specification, and thus does not work with the enourmously helpful range-v3 library. This file provides the shim adaptor, fmt_appender_wrapper, to permit this usage. More...

#include <fmt/base.h>
#include <cstddef>
#include <iterator>
Include dependency graph for fmt_appender_adaptor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fmt_appender_wrapper< CharType >
 

Detailed Description

fmt::appender is non-comformat to the std iterator specification, and thus does not work with the enourmously helpful range-v3 library. This file provides the shim adaptor, fmt_appender_wrapper, to permit this usage.