Jpp
18.0.1-rc.2
the software that should make you happy
|
Template class for sampling from a JRewindableObjectIterator. More...
#include <JSampler.hh>
Public Member Functions | |
JSampler () | |
Default constructor. More... | |
skip_type | operator() (const T &object) const |
Acceptance test operator. More... | |
Template class for sampling from a JRewindableObjectIterator.
This class should be specialised for other samplings than complete.
Definition at line 22 of file JSampler.hh.
|
inline |
|
inline |
Acceptance test operator.
Return value 0 means accept and >0 number of objects to skip.
object | object |
Definition at line 37 of file JSampler.hh.