Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
lib::meta::test::anonymous_namespace{function-signature-test.cpp} Namespace Reference

Classes

struct  Functor
 

Functions

int freeFun (uint i)
 
template<typename F >
string showSig (F)
 
template<typename F >
string showSigRef (F &)
 
template<typename F >
string showSigCRef (F &)
 
template<typename F >
string showSigRRef (F &&)
 

Function Documentation

◆ freeFun()

int freeFun ( uint  i)

Definition at line 47 of file function-signature-test.cpp.

References freeFun().

Referenced by freeFun(), Functor::fun(), and Functor::staticFun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showSig()

template<typename F >
string showSig ( )

Definition at line 80 of file function-signature-test.cpp.

References showSig().

Referenced by showSig().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showSigRef()

template<typename F >
string showSigRef ( F &  )

Definition at line 87 of file function-signature-test.cpp.

References showSigRef().

Referenced by showSigRef().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showSigCRef()

template<typename F >
string showSigCRef ( F &  )

Definition at line 94 of file function-signature-test.cpp.

References showSigCRef().

Referenced by showSigCRef().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showSigRRef()

template<typename F >
string showSigRRef ( F &&  )

Definition at line 101 of file function-signature-test.cpp.

References showSigRRef().

Referenced by showSigRRef().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: