Static virtual table factory.
More...
#include <entt.hpp>
|
using | type = decltype(make_vtable(Concept{})) |
| Virtual table type.
|
|
|
template<typename Type > |
static const auto * | instance () |
| Returns a static virtual table for a specific concept and type. More...
|
|
template<typename Concept>
class entt::poly_vtable< Concept >
Static virtual table factory.
- Template Parameters
-
Concept | Concept descriptor. |
◆ instance()
template<typename Concept>
template<typename Type >
Returns a static virtual table for a specific concept and type.
- Template Parameters
-
Type | The type for which to generate the virtual table. |
- Returns
- A static virtual table for the given concept and type.
The documentation for this class was generated from the following file: