Audacity 3.2.0
Static Public Member Functions | List of all members
Callable::Constantly< Value, Arguments > Struct Template Reference

Generates functions useable as non-type template parameters. More...

#include <Callable.h>

Static Public Member Functions

static decltype(Value) Function (Arguments...)
 

Detailed Description

template<auto Value, typename... Arguments>
struct Callable::Constantly< Value, Arguments >

Generates functions useable as non-type template parameters.

Definition at line 113 of file Callable.h.

Member Function Documentation

◆ Function()

template<auto Value, typename... Arguments>
static decltype(Value) Callable::Constantly< Value, Arguments >::Function ( Arguments...  )
inlinestatic

Definition at line 114 of file Callable.h.

114{ return Value; }

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