#include "formula/callable_fwd.hpp"
#include "formula_variant.hpp"
#include "utils/any.hpp"
#include "utils/general.hpp"
#include <functional>
#include <map>
#include <vector>
#include <boost/range/iterator_range.hpp>
Go to the source code of this file.
|
| template<typename To , typename From > |
| To & | utils::cast_as (To &, From &value) |
| |
◆ IMPLEMENT_VALUE_TYPE
| #define IMPLEMENT_VALUE_TYPE |
( |
|
value | ) |
|
Value: static constexpr
auto value_type = value;
\
{ \
return value_type; \
}
Definition at line 43 of file variant_value.hpp.