LLVM API Documentation

Public Member Functions
llvm::function_ref< Ret()> Class Template Reference

#include <STLExtras.h>

List of all members.

Public Member Functions

template<typename Callable >
 function_ref (Callable &&callable)
Ret operator() () const

Detailed Description

template<typename Ret>
class llvm::function_ref< Ret()>

Definition at line 92 of file STLExtras.h.


Constructor & Destructor Documentation

template<typename Ret >
template<typename Callable >
llvm::function_ref< Ret()>::function_ref ( Callable &&  callable) [inline]

Definition at line 103 of file STLExtras.h.


Member Function Documentation

template<typename Ret >
Ret llvm::function_ref< Ret()>::operator() ( ) const [inline]

Definition at line 106 of file STLExtras.h.


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