sample_ranged_probe_fn
 Interface
A sample ranged-probe functor.
This class serves to show the interface a ranged-probe functor needs to support.
../pb_assoc/sample_ranged_probe_fn.hppsample_ranged_probe_fn.hpp Public Methods:
#link1Constructors, destructor, and related.
Constructors, destructor, and related.
Method Description   sample_ranged_probe_fn
  ()
Default constructor.
Must be default constructible.
  sample_ranged_probe_fn
  (
const sample_ranged_probe_fn &r_other) Copy constructor.
Must be copy constructible.
inline void  swap
  (sample_ranged_probe_fn &r_other)
Swaps content.
Must be swappable (if there is such a word).
