LLVM 22.0.0git
llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::AdjustedParamTBase< T & > Struct Template Reference

#include "llvm/ADT/FunctionExtras.h"

Inheritance diagram for llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::AdjustedParamTBase< T & >:
[legend]

Public Types

using type = T &

Static Public Attributes

static constexpr bool IsSizeLessThanThreshold

Detailed Description

template<typename ReturnT, typename... ParamTs>
template<typename T>
struct llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::AdjustedParamTBase< T & >

Definition at line 105 of file FunctionExtras.h.

Member Typedef Documentation

◆ type

template<typename ReturnT, typename... ParamTs>
template<typename T>
using llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::AdjustedParamTBase< T & >::type = T &

Definition at line 105 of file FunctionExtras.h.

Member Data Documentation

◆ IsSizeLessThanThreshold

bool llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::AdjustedParamTBase< T >::IsSizeLessThanThreshold
staticconstexpr

Definition at line 93 of file FunctionExtras.h.


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