bool contains(const std::complex<T>& v) const; bool contains(const kc_interval<T>& o) const; bool overlaps(const kc_interval<T>& o) const;
Determines whether the given is in the current interval , that is .
Determines whether the given is contained in the current interval , that is .
Determines whether the given overlaps with the current interval , that is such that
.