Template for a iterable data type. Matches things like vector, deque, map, etc.
More...
#include <template.hpp>
|
| enum | { is = sizeof(check<T>(0)) == sizeof(char)
} |
| |
|
| template<class V > |
| static long | check (...) |
| |
| template<class V > |
| static char | check (int, typename V::const_iterator=T().end()) |
| |
template<
typename T>
struct console::iterable< T >
Template for a iterable data type. Matches things like vector, deque, map, etc.
- Template Parameters
-
◆ anonymous enum
◆ check() [1/2]
template<typename T >
template<class V >
◆ check() [2/2]
template<typename T >
template<class V >
| static char check |
( |
int |
, |
|
|
typename V::const_iterator |
= T().end() |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: