Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Application.hpp 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. | |
| template<typename Type> | |
| using | galaxy::mem::vec_ref = std::reference_wrapper<std::vector<Type>> |
| Vector reference. | |