permlib  0.2.8
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions | List of all members
permlib::StabilizesPointPredicate< PERM > Class Template Reference

predicate matching points that are stabilized by given permutations More...

#include <stabilizes_point_predicate.h>

Public Member Functions

template<class InputIterator >
 StabilizesPointPredicate (InputIterator begin, InputIterator end)
 constructor
bool operator() (const unsigned long beta) const
 evaluate predicate

Detailed Description

template<class PERM>
class permlib::StabilizesPointPredicate< PERM >

predicate matching points that are stabilized by given permutations

Constructor & Destructor Documentation

template<class PERM >
template<class InputIterator >
permlib::StabilizesPointPredicate< PERM >::StabilizesPointPredicate ( InputIterator  begin,
InputIterator  end 
)
inline

constructor

Parameters
beginbegin iterator of permutations (PERM) that the point is checked against
endend iterator of permutations (PERM) that the point is checked against

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