template <typename ContainerType, typename Enable = void>

struct ContainerUtils

ContainerUtils

A utility class used by container tests to move a pointer to an object into

an instance of the container being tested. For sequenced containers, the

operation will be push_front(). For associative containers, the operation

will be an insert() by key.