LLVM 22.0.0git
llvm::identity_cxx20 Struct Reference

#include "llvm/ADT/STLForwardCompat.h"

Public Types

using is_transparent = void

Public Member Functions

template<typename T>
constexpr T && operator() (T &&self) const noexcept

Detailed Description

Definition at line 121 of file STLForwardCompat.h.

Member Typedef Documentation

◆ is_transparent

Definition at line 123 of file STLForwardCompat.h.

Member Function Documentation

◆ operator()()

template<typename T>
T && llvm::identity_cxx20::operator() ( T && self) const
inlineconstexprnoexcept

Definition at line 125 of file STLForwardCompat.h.

References T.


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