VCTR
Loading...
Searching...
No Matches
vctr::ConstantRangeEnd< range > Struct Template Reference

Evaluates the return value of getEnd called on the constant reference template argument and wraps that in a struct with a single public static constexpr member variable named value. More...

Static Public Attributes

static constexpr auto value = range.getEnd()
 

Detailed Description

template<const auto & range>
requires is::range<decltype (range)>
struct vctr::ConstantRangeEnd< range >

Evaluates the return value of getEnd called on the constant reference template argument and wraps that in a struct with a single public static constexpr member variable named value.


The documentation for this struct was generated from the following file: