|
piranha
0.10
|
Detect the availability of std::begin() and std::end().
More...
#include <piranha/type_traits.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Detect the availability of std::begin() and std::end().
This type trait will be true if all the following conditions are fulfilled:
std::begin() and std::end() can be called on instances of T, yielding the type It,It is an input iterator. Definition at line 1095 of file type_traits.hpp.
1.8.14