mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
Various implementatations
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
|
||||
#include <vector>
|
||||
#include <stdlib.h>
|
||||
#include "optional.hpp"
|
||||
|
||||
namespace rstl
|
||||
{
|
||||
|
||||
template <typename T>
|
||||
using optional_object = std::experimental::optional<T>;
|
||||
|
||||
/**
|
||||
* @brief Vector reserved on construction
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user