VCTR
Loading...
Searching...
No Matches
vctr::ConstantRef< constantValue > Struct Template Reference

A helper struct to pass a constant reference as argument wrapped in a struct with a single public static constexpr reference member variable named value. More...

Static Public Attributes

static constexpr auto & value = constantValue
 

Detailed Description

template<const auto & constantValue>
struct vctr::ConstantRef< constantValue >

A helper struct to pass a constant reference as argument wrapped in a struct with a single public static constexpr reference member variable named value.

See also
Constant

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