|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <functional>#include <string>#include <tuple>#include <variant>#include <vector>

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_t > | client::function::arguments_t |
| typedef std::function< std::tuple< double, bool >(arguments_t)> | client::function::type |
| typedef std::pair< std::string, type > | client::function::named_t |