template-project-cpp
Loading...
Searching...
No Matches
tpcpp::Function< Func > Struct Template Referencefinal
Inheritance diagram for tpcpp::Function< Func >:
[legend]
Collaboration diagram for tpcpp::Function< Func >:
[legend]

Public Member Functions

virtual Object call (const ListOfObjects &arguments) override
 Call the function with the given arguments.
 
virtual const std::string name () const override
 Return the name the function in std::string.
 
virtual const std::string toString () const override
 Return a description of the function in std::string.
 
virtual std::size_t arity () const override
 Return the arity of the function.
 
- Public Member Functions inherited from tpcpp::Callable

Detailed Description

template<typename Func>
struct tpcpp::Function< Func >

Definition at line 42 of file Function.hpp.


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