OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
Namespaces | Typedefs
function.hpp File Reference
#include <functional>
#include <string>
#include <tuple>
#include <variant>
#include <vector>
Include dependency graph for function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  client
 
namespace  client::function
 

Typedefs

typedef std::variant< double, bool, std::string > client::function::argument_t
 
typedef std::vector< argument_tclient::function::arguments_t
 
typedef std::function< std::tuple< double, bool >(arguments_t)> client::function::type
 
typedef std::pair< std::string, typeclient::function::named_t