![]() |
MDBX Containers
|
Trait indicating that a container defines value_type.
More...
#include <utils.hpp>
Static Public Attributes | |
| static const bool | value = decltype(check<T>(0))::value |
Static Private Member Functions | |
| template<typename U> | |
| static auto | check (U *) -> decltype(typename U::value_type(), std::true_type()) |
| template<typename> | |
| static std::false_type | check (...) |
Trait indicating that a container defines value_type.
| T | Container type. |
|
staticprivate |
|
staticprivate |
|
static |