#include <dune/pdelab/ordering/decorator.hh>
|
decltype(register_gfs_to_decorator_descriptor(TypeTree::declptr< GFS >(),//the source GridFunctionSpace TypeTree::declptr< Transformation >(),//the full transformation descriptor TypeTree::declptr< Undecorated >(),//the type of the undecorated Ordering to be wrapped in the decorator TypeTree::declptr< GlueTag >(),//the decorated_ordering_tag for the current decoration nesting level TypeTree::declptr< Tag >()//the decorator tag)) typedef | type |
|
§ type
template<typename GFS , typename Transformation , typename Undecorated , typename GlueTag , typename Tag >
decltype( register_gfs_to_decorator_descriptor( TypeTree::declptr<GFS>(), // the source GridFunctionSpace TypeTree::declptr<Transformation>(), // the full transformation descriptor TypeTree::declptr<Undecorated>(), // the type of the undecorated Ordering to be wrapped in the decorator TypeTree::declptr<GlueTag>(), // the decorated_ordering_tag for the current decoration nesting level TypeTree::declptr<Tag>() // the decorator tag ) ) typedef Dune::PDELab::ordering::gfs_to_decorator_descriptor< GFS, Transformation, Undecorated, GlueTag, Tag >::type |
The documentation for this struct was generated from the following file: