permlib  0.2.6
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions
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:
binary_function

List of all members.

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: