Helper struct that allows for the construction of a domain given the first and last indices and the view container to be specialized. More...
Public Member Functions | |
| template<typename Index , typename Distribution > | |
| Domain | operator() (Index const &first, Index const &last, Distribution const &, Domain const &) const |
Helper struct that allows for the construction of a domain given the first and last indices and the view container to be specialized.
This is necessary because not all domains provide a uniform set of constructors.
1.8.13