![]() |
Low-Level Abstraction of Memory Access
|
#include <Core.hpp>
Public Member Functions | |
BoxedValue ()=default | |
BoxedValue (T value) | |
constexpr auto | value () const |
Holds a value of type T. Is useful as a base class. Is specialized for llama::Constant to not store the value at runtime.
T | Type of value to store. |
I | Is used to disambiguate multiple BoxedValue base classes. |
|
default |
|
inline |
|
inlineconstexpr |