qb
2.0.0.0
C++17 Actor Framework
|
Type trait to check if a type T is an inserter iterator (e.g., std::back_inserter). More...
#include <type_traits.h>
Type trait to check if a type T is an inserter iterator (e.g., std::back_inserter).
Checks for the presence of a nested container_type.
T | The type to check. |
U | SFINAE helper. |