sample_ranged_probe_fn Interface

A sample ranged-probe functor.

This class serves to show the interface a ranged-probe functor needs to support.

  1. sample_ranged_probe_fn.hpp
  2. Public Methods:
    1. Constructors, destructor, and related.

Constructors, destructor, and related.

MethodDescription
  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).