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


Type trait to check if type T is an associative container.
Considered true if T has insert but not push_back.
| T | The type to check. |