lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Static Public Attributes
lean::strings::is_range< Type > Struct Template Reference

Checks if the given type is a range type. More...

#include <range.h>

List of all members.

Static Public Attributes

static const bool value = impl::has_type_iterator<Type>::value
 True, if Type is a range type.

Detailed Description

template<class Type>
struct lean::strings::is_range< Type >

Checks if the given type is a range type.


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