IsIterable< T[N]> Struct Template Reference

#include <algorithms.h>

Detailed Description

template<typename T, size_t N>
struct maxon::IsIterable< T[N]>

Type trait to test if a type is iterable, i.e if it supports begin(t) and end(t).

Static Public Attributes

static const bool value
 

Member Data Documentation

◆ value

const bool value
static