<mrdocs/Dom/Function.hpp>
class Function;
Name | Description |
---|---|
Function [constructor] | Constructor. |
~Function [destructor] | Destructor. |
operator= | Assignment. |
call | Invoke the function. |
impl | Return the implementation used by this object. |
operator() | Invoke the function. |
swap | Swap two objects. |
try_invoke | Invoke the function. |
type_key | Return the type key. |
Name | Description |
---|---|
newFunction |
Return a diagnostic string. |
swap |
Swap two objects. |