piranha  0.10
Static Public Attributes | List of all members
piranha::is_input_iterator< T > Class Template Reference

Input iterator type trait. More...

#include <piranha/type_traits.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T>
class piranha::is_input_iterator< T >

Input iterator type trait.

This type trait will be true if T, after the removal of cv/reference qualifiers, satisfies the compile-time requirements of an input iterator (as defined by the C++ standard), false otherwise.

Definition at line 1001 of file type_traits.hpp.


The documentation for this class was generated from the following file: