C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
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 >
bool caf::detail::is_map_like< T >::value
staticconstexpr
Initial value:
= is_iterable_v<T> && has_key_type_alias_v<T>
&& has_mapped_type_alias_v<T>

The documentation for this struct was generated from the following file: