qb
2.0.0.0
C++17 Actor Framework
|
Type trait to check if a type T is map-like. More...
#include <type_traits.h>
Type trait to check if a type T is map-like.
A type is considered map-like if it has key_type and mapped_type nested types, and an operator[] that takes a const key_type&.
T | The type to check. |