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

Requirements for a trait type. More...

#include <anyxx.hpp>

Concept definition

template<typename T>
concept has_v_table =
std::derived_from<typename T::v_table_t, observeable_v_table>
Requirements for a trait type.
Definition anyxx.hpp:1535

Detailed Description

Requirements for a trait type.