permlib  0.2.9
Library for permutation computations
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>

Inheritance diagram for permlib::StabilizesPointPredicate< PERM >:

Public Member Functions

template<class InputIterator >
 StabilizesPointPredicate (InputIterator begin, InputIterator end)
 constructor More...
 
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

◆ StabilizesPointPredicate()

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: