Helper functor to extract the domain associated with the given container.
More...
Public Member Functions | |
| result_type | operator() (Container *container) const |
Public Types | |
| typedef Container::iterator | iterator |
| typedef seqDom< iterator > | dom_t |
| typedef dom1D< iterator, dom_t > | result_type |
Helper functor to extract the domain associated with the given container.
Specialization used when the container does not specify domain information. A domain based on iterators is returned.
1.8.13