qb
2.0.0.0
C++17 Actor Framework
|
Type trait to detect whether T has begin() and end() methods. More...
#include <type_traits.h>
Type trait to detect whether T has begin() and end() methods.
Checks if the type has proper const_iterator returning begin and end methods.
T | Type to check |