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

Checks whether T behaves like a forward iterator. More...

#include <type_traits.hpp>

Static Public Attributes

static constexpr bool value = std::is_same_v<bool, result_type>
 

Detailed Description

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

Checks whether T behaves like a forward iterator.


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