struct is_output_iterator
Declaration
template <typename It, typename T, typename Enable = void>
struct is_output_iterator : public std::integral_constant { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:1514
Inherits from: std::integral_constant
Templates
- It
- T
- Enable