GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
Static Public Attributes | List of all members
grppi::internal::are_iterators< T, other_T > Struct Template Reference

#include <iterator_traits.h>

Static Public Attributes

static constexpr bool value = is_iterator<T>::value && are_iterators<other_T...>::value
 

Member Data Documentation

template<typename T , typename... other_T>
constexpr bool grppi::internal::are_iterators< T, other_T >::value = is_iterator<T>::value && are_iterators<other_T...>::value
static

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