qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::is_sequence_container< T > Struct Template Reference

Type trait to check if type T is a sequence container. More...

#include <type_traits.h>

Inheritance diagram for qb::is_sequence_container< T >:
Collaboration diagram for qb::is_sequence_container< T >:

Detailed Description

template<typename T>
struct qb::is_sequence_container< T >

Type trait to check if type T is a sequence container.

Considered true if T has push_back and is not std::string.

Template Parameters
TThe type to check.