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

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.
 

Detailed Description

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

Detect the availability of std::begin() and std::end().

This type trait will be true if all the following conditions are fulfilled:

Definition at line 1095 of file type_traits.hpp.


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