Skip to content

Function return_constant

function return_constant(Args &&...) meta

template <typename T, T value, typename... Args>
KFR_INTRINSIC constexpr T return_constant(Args&&...) noexcept { … }

Function that returns constant of type T and ignores all its arguments

Template parameters
T type of the constant
value the constant value to return
Args ignored argument types

Fully qualified name: kfr::return_constant(Args &&...)

Declared at meta.hpp:1113

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.