|
versatile-mcmc
0.1.7
|
Typetrait checking for STL like container structure. More...
#include <typetraits.hpp>
Public Types | |
| using | test_type = typename std::remove_const< T >::type |
Static Public Attributes | |
| static constexpr bool | value = test<test_type>(nullptr) |
Typetrait checking for STL like container structure.
Typetrait checking whether the passed template argument denotes an STL like container. In that case, the static ::value member variable evaluates to true. Inspired by http://stackoverflow.com/a/16316640/6908762.
1.8.11