General Utility Library for C++14  2.7
Type Traits

The General Utility Library provides type traits that can be useful to express restraints or properties of types.

IsContainerLike: A type trait to determine if a type behaves like a standard container.