Any++
Loading...
Searching...
No Matches
anyxx::is_dyn Concept Reference

Requirements for a dynamic (i.e., type-erased) Proxy. More...

#include <anyxx.hpp>

Concept definition

template<typename Proxy>
concept is_dyn =
is_proxy<Proxy> && voidness<typename proxy_trait<Proxy>::static_dispatch_t>
Requirements for a dynamic (i.e., type-erased) Proxy.
Definition anyxx.hpp:1543
Requirements for a proxy type.
Definition anyxx.hpp:1491

Detailed Description

Requirements for a dynamic (i.e., type-erased) Proxy.