|
MolSim
|
Type trait to check if a given type is a container. More...
#include <ArrayUtils.h>
Static Public Attributes | |
| static constexpr bool const | value = is_container_impl::is_container<std::decay_t<T>>::value |
Type trait to check if a given type is a container.
| T | Type to check. |
|
staticconstexpr |