qb
2.0.0.0
C++17 Actor Framework
|
Type trait to detect whether T has a const_iterator type. More...
#include <type_traits.h>
Public Types | |
using | type = T |
Static Public Attributes | |
static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
Type trait to detect whether T has a const_iterator type.
T | Type to check |