summaryrefslogtreecommitdiff
path: root/asl/option.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-09-04 00:11:04 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-09-04 00:11:04 +0200
commitaa427cb5fe7564a85703f14f76f854419274decc (patch)
tree8395e90d6ce25f8044fb5d2a1a21eecb6e80ed08 /asl/option.hpp
parentf0a94256e25c844ca2ff99377bc8b2fb94f69e84 (diff)
Bleh
Diffstat (limited to 'asl/option.hpp')
-rw-r--r--asl/option.hpp13
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