OpenShaderDesigner 0.0.1
Loading...
Searching...
No Matches
ConstantValue< T, V > Struct Template Reference

Compile-time constant value. More...

#include <TemplateUtils.h>

Public Types

using Type = T
 

Public Member Functions

constexpr operator Type () const noexcept
 
constexpr Type operator() () const
 

Static Public Attributes

static constexpr Type Value = V
 

Detailed Description

template<typename T, T V>
struct ConstantValue< T, V >

Compile-time constant value.

Template Parameters
TType
VValue

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