#include <core.h>
template<typename It, typename T>
struct is_output_iterator< It, T, void_t< typename std::iterator_traits< It >::iterator_category, decltype(*std::declval< It >()=std::declval< T >())> >
Definition at line 1519 of file core.h.
The documentation for this struct was generated from the following file: