qb
2.0.0.0
C++17 Actor Framework
|
Type trait to check if type T is a sequence container. More...
#include <type_traits.h>
Type trait to check if type T is a sequence container.
Considered true if T has push_back and is not std::string.
T | The type to check. |