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

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

Static Public Attributes

static constexpr auto value = constantValue
 

Detailed Description

template<auto constantValue>
struct vctr::Constant< constantValue >

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


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