#include <fast_morpho.hxx>
Collaboration diagram for oln::morpho::sort_dimensions< E >:
Public Member Functions | |
sort_dimensions (abstract::struct_elt< E > se[mlc::exact< E >::ret::dim]) | |
Constructor. | |
bool | operator() (unsigned a, unsigned b) |
Parenthesis operator. | |
Protected Attributes | |
abstract::struct_elt< E > * | se_ |
Structural element. |
Definition at line 262 of file fast_morpho.hxx.
|
Parenthesis operator. Call it to use the functor. Definition at line 275 of file fast_morpho.hxx. References oln::abstract::struct_elt< E >::card(), and oln::morpho::sort_dimensions< E >::se_.
|