All the libraries defined below are included in the header <ranger> and <iterator>.
std::ranges::dangling
It is a wrapper for an iterator into a range that may no longer be valid/dangling.
It indicates that an iterator/subrange should not return as it would be dangling.
Comments