|
piranha
0.10
|
Forward iterator type trait. More...
#include <piranha/type_traits.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Forward iterator type trait.
This type trait will be true if T, after the removal of cv/reference qualifiers, satisfies the compile-time requirements of a forward iterator (as defined by the C++ standard), false otherwise.
Definition at line 1041 of file type_traits.hpp.
1.8.14