A sample ranged-probe functor.
This class serves to show the interface a ranged-probe functor needs to support.
| 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). |