ArkScript
A small, fast, functional and scripting language for video games
Value.cpp File Reference
#include <Ark/VM/Value.hpp>
#include <Ark/Utils.hpp>
+ Include dependency graph for Value.cpp:

Go to the source code of this file.

Namespaces

namespace  Ark
 

Macros

#define init_const_type(is_const, type)   ((is_const ? (1 << 7) : 0) | static_cast<uint8_t>(type))
 

Macro Definition Documentation

◆ init_const_type

#define init_const_type (   is_const,
  type 
)    ((is_const ? (1 << 7) : 0) | static_cast<uint8_t>(type))

Definition at line 5 of file Value.cpp.