mCRL2
Loading...
Searching...
No Matches
mcrl2::utilities::is_iterable< T, typename > Struct Template Reference

A typetrait that is std::true_type iff std::begin() and std::end() can be called on type T. More...

#include <type_traits.h>

Inheritance diagram for mcrl2::utilities::is_iterable< T, typename >:

Detailed Description

template<typename T, typename = void>
struct mcrl2::utilities::is_iterable< T, typename >

A typetrait that is std::true_type iff std::begin() and std::end() can be called on type T.

Definition at line 21 of file type_traits.h.


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