Honeycomb  0.1
Component-Model Framework
Static Public Attributes | List of all members
honey::mt::isRange< T > Class Template Reference

Check if type is a range or a reference to one. A range is a type where std::begin(range) is a valid call. More...

#include <Range.h>

Static Public Attributes

static const bool value = isTrue<decltype(test<T>(nullptr))>::value
 

Detailed Description

template<class T>
class honey::mt::isRange< T >

Check if type is a range or a reference to one. A range is a type where std::begin(range) is a valid call.

Member Data Documentation

template<class T >
const bool honey::mt::isRange< T >::value = isTrue<decltype(test<T>(nullptr))>::value
static

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