#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.
◆ IMPLEMENT_VALUE_TYPE
| #define IMPLEMENT_VALUE_TYPE |
( |
|
value | ) |
|
Value: static constexpr
auto value_type =
value;
\
{ \
return value_type; \
}
std::unique_ptr< MIX_Audio, decltype(&MIX_DestroyAudio)> value
Definition at line 43 of file variant_value.hpp.