LLVM 23.0.0git
llvm::detail::FnConstant< ConstFn > Struct Template Reference

Holds a compile-time constant callable (empty storage). More...

#include "llvm/ADT/STLForwardCompat.h"

Public Member Functions

constexpr decltype(auto) get () const

Detailed Description

template<auto ConstFn>
struct llvm::detail::FnConstant< ConstFn >

Holds a compile-time constant callable (empty storage).

Definition at line 212 of file STLForwardCompat.h.

Member Function Documentation

◆ get()

template<auto ConstFn>
decltype(auto) llvm::detail::FnConstant< ConstFn >::get ( ) const
inlineconstexpr

Definition at line 213 of file STLForwardCompat.h.


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