permlib  0.2.9
Library for permutation computations
Public Member Functions | List of all members
permlib::TrivialSorter Class Reference

A sorter that sorts a sequence in natural numerical order (1 < 2 < 3 < ...) More...

#include <trivial_sorter.h>

Inheritance diagram for permlib::TrivialSorter:

Public Member Functions

bool operator() (unsigned long a, unsigned long b) const
 true iff a < b
 

Detailed Description

A sorter that sorts a sequence in natural numerical order (1 < 2 < 3 < ...)


The documentation for this class was generated from the following file: