#include <traits.h>
Type trait to infer if a type is tuple-like (std::pair or std::tuple or std::array or few others).
std::pair
std::tuple
std::array
void
Definition at line 104 of file traits.h.