#include <type_traits.h>
has_size_method<T>::value is true if T has a size() method and it returns an integral type.
Definition at line 43 of file type_traits.h.