ΒΆtemplate <typename Buf, typename OutputIt>
inline auto get_iterator(Buf& buf, OutputIt)
-> decltype(buf.out())
template <typename Buf, typename OutputIt>
inline auto get_iterator(Buf& buf, OutputIt)
-> decltype(buf.out())
Declared at: third_party/fmt/include/fmt/core.h:1126
Templates
- Buf
- OutputIt
Parameters
- Buf& buf
- OutputIt