#include "formula/callable_objects.hpp"#include "formula/function.hpp"#include "units/unit.hpp"#include "units/formula_manager.hpp"#include "config.hpp"
Go to the source code of this file.
Classes | |
| class | fai_variant_visitor |
Functions | |
| template<typename T , typename K > | |
| variant | convert_map (const std::map< T, K > &input_map) |
| template<typename T > | |
| variant | convert_vector (const std::vector< T > &input_vector) |
| variant convert_map | ( | const std::map< T, K > & | input_map | ) |
Definition at line 22 of file callable_objects.cpp.
References i.
Referenced by unit_callable::get_value().
| variant convert_vector | ( | const std::vector< T > & | input_vector | ) |
Definition at line 34 of file callable_objects.cpp.
References i.
1.8.8