diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-09-04 00:11:04 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-09-04 00:11:04 +0200 |
commit | aa427cb5fe7564a85703f14f76f854419274decc (patch) | |
tree | 8395e90d6ce25f8044fb5d2a1a21eecb6e80ed08 /asl/option.hpp | |
parent | f0a94256e25c844ca2ff99377bc8b2fb94f69e84 (diff) |
Bleh
Diffstat (limited to 'asl/option.hpp')
-rw-r--r-- | asl/option.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/asl/option.hpp b/asl/option.hpp new file mode 100644 index 0000000..e71eb57 --- /dev/null +++ b/asl/option.hpp @@ -0,0 +1,13 @@ +#pragma once
+
+#include "asl/meta.hpp"
+
+namespace asl
+{
+
+template<is_object T>
+class option
+{
+};
+
+} // namespace asl
|