Visual Computing Library
|
Utility concept that is evaluated true if T is a range, e.g. if has a begin and an end. More...
#include <vclib/concepts/ranges/range.h>
Utility concept that is evaluated true if T is a range, e.g. if has a begin and an end.
It is equivalent to std::ranges::range.