|
qb
2.0.0.0
C++17 Actor Framework
|
Type trait to check if a type Iter is an iterator. More...
#include <type_traits.h>


Type trait to check if a type Iter is an iterator.
Checks for inserters or types with a valid std::iterator_traits<Iter>::value_type, excluding types convertible to std::string_view to avoid misclassifying strings.
| Iter | The type to check. |
| T | SFINAE helper. |