Checks whether T behaves like std::map
.
More...
#include <type_traits.hpp>
|
static constexpr bool | value |
|
template<class T>
struct caf::detail::is_map_like< T >
Checks whether T behaves like std::map
.
◆ value
Initial value:= is_iterable<T>::value
&& has_key_type_alias<T>::value
&& has_mapped_type_alias<T>::value
The documentation for this struct was generated from the following file:
- /build/actor-framework-GBadMI/actor-framework-0.17.6/libcaf_core/caf/detail/type_traits.hpp