CAF  0.17.6
Static Public Attributes | List of all members
caf::detail::is_map_like< T > Struct Template Reference

Checks whether T behaves like std::map. More...

#include <type_traits.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class T>
struct caf::detail::is_map_like< T >

Checks whether T behaves like std::map.

Member Data Documentation

◆ value

template<class T >
constexpr bool caf::detail::is_map_like< T >::value
static
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: