![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Include dependency graph for Memory.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Animated.cpp galaxy. | |
| namespace | galaxy::mem |
Typedefs | |
| template<meta::is_object Object> | |
| using | galaxy::mem::ref = std::reference_wrapper<Object> |
| Reference wrapper. | |
| template<meta::is_object Object> | |
| using | galaxy::mem::opt_ref = std::optional<std::reference_wrapper<Object>> |
| Optional reference. | |