Go to the source code of this file.
|
template<typename MeshType , typename... AttrType> |
| wmtk::attribute::internal::CompoundAccessor (MeshType &m, const TypedAttributeHandle< AttrType > &... handle) -> CompoundAccessor< sizeof...(AttrType), MeshType, AttrType... > |
|
template<typename FirstAcc , typename MeshType , int FirstDim, typename... AccTypes, int... Dims> |
| wmtk::attribute::internal::CompoundAccessor (const Accessor< FirstAcc, MeshType, FirstDim > &, const Accessor< AccTypes, MeshType, Dims > &...) -> CompoundAccessor< sizeof...(AccTypes)+1, MeshType, FirstAcc, AccTypes... > |
|