C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::is_iterable< T > Class Template Reference

Checks whether T has begin() and end() member functions returning forward iterators. More...

#include <type_traits.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class T>
class caf::detail::is_iterable< T >

Checks whether T has begin() and end() member functions returning forward iterators.

Member Data Documentation

◆ value

template<class T >
bool caf::detail::is_iterable< T >::value
staticconstexpr
Initial value:
= is_primitive<T>::value == false
&& std::is_same_v<bool, result_type>

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