qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::detail::is_mappish_impl< T, U > Struct Template Reference

Internal implementation to detect map-like types. More...

#include <type_traits.h>

Inheritance diagram for qb::detail::is_mappish_impl< T, U >:
Collaboration diagram for qb::detail::is_mappish_impl< T, U >:

Detailed Description

template<typename T, typename U = void>
struct qb::detail::is_mappish_impl< T, U >

Internal implementation to detect map-like types.

Template Parameters
TType to check
USFINAE enabler