![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Classes | |
class | RingBuffer |
Memory manager in a ring buffer format. More... | |
Typedefs | |
template<meta::is_object Type> | |
using | ref = std::reference_wrapper<Type> |
Reference wrapper. | |
template<typename Type > | |
using | optional_ref = std::optional<std::reference_wrapper<Type>> |
Optional reference. | |
using galaxy::mem::ref = std::reference_wrapper<Type> |
Reference wrapper.
Stores a pointer that can only be accessed as a reference.
Type | Any type that can be a reference. |
Definition at line 27 of file Memory.hpp.
using galaxy::mem::optional_ref = std::optional<std::reference_wrapper<Type>> |
Optional reference.
Type | Any type that can be a reference. |
Definition at line 35 of file Memory.hpp.