Convenience base class for specialization class templates. More...
Additional Inherited Members | |
Public Types inherited from specialization_base | |
template<auto V, class T > | |
using | from = util::key_type< V, T > |
A connectivity specification. | |
template<auto V, class T > | |
using | entity = util::key_type< V, T > |
A special-entities specification. | |
template<auto... V> | |
using | has = util::constants< V... > |
A list of enumerators for which to store data. | |
template<auto... V> | |
using | to = util::constants< V... > |
A list of index spaces to use as output. | |
template<class... TT> | |
using | list = util::types< TT... > |
Container. | |
using | index_space = single_space |
The index space type. | |
using | index_spaces = has< elements > |
The set of index spaces, wrapped in has . | |
template<class B > | |
using | interface = B |
The topology interface type. | |
Public Member Functions inherited from specialization_base | |
specialization_base ()=delete | |
Specializations cannot be constructed. | |
Convenience base class for specialization class templates.