template<typename Concept, stl::size_t Len, stl::size_t Align>
class entt::poly_vtable< Concept, Len, Align >
Static virtual table factory.
- Template Parameters
-
| Concept | Concept descriptor. |
| Len | Size of the storage reserved for the small buffer optimization. |
| Align | Alignment requirement. |
Definition at line 49 of file poly.hpp.
template<typename Concept, stl::size_t Len, stl::size_t Align>
template<cvref_unqualified Type>
|
|
inlinestaticnodiscardnoexcept |
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.
Definition at line 117 of file poly.hpp.