#include <format.h>
Static Public Attributes | |
static const bool | value = !std::is_const<result>::value |
Private Types | |
typedef std::remove_reference< type >::type | result |
Static Private Member Functions | |
template<typename U > | |
static char & | test (std::output_iterator_tag) |
template<typename U > | |
static const char & | test (...) |
Private Attributes | |
decltype(test< It >(typename it_category< It >::type{})) typedef | type |
Static Private Attributes | |
template<typename U > | |
static decltype(*(internal::declval< U >()) | test )(std::input_iterator_tag) |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
static |