Visual Computing Library
devel
|
Utility concept that is evaluated true if T is a range, e.g. if has a begin and an end. More...
#include <vclib/base/concepts/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.