aboutsummaryrefslogtreecommitdiff
path: root/source/include/wanda/keyed.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2022-09-16 23:28:09 +0200
committerFelix Morgner <felix.morgner@gmail.com>2022-09-16 23:28:09 +0200
commitf4d9880d3c9555b48affad727589ef5c093b1841 (patch)
treea5552b5a33000a527748ac1c72ca366476af0936 /source/include/wanda/keyed.hpp
parent64922e213ac731279cf3341253e67509adb2dfc8 (diff)
downloadwanda-f4d9880d3c9555b48affad727589ef5c093b1841.tar.xz
wanda-f4d9880d3c9555b48affad727589ef5c093b1841.zip
source: clean up structure
Diffstat (limited to 'source/include/wanda/keyed.hpp')
-rw-r--r--source/include/wanda/keyed.hpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/source/include/wanda/keyed.hpp b/source/include/wanda/keyed.hpp
deleted file mode 100644
index 58f17ad..0000000
--- a/source/include/wanda/keyed.hpp
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * @file keyed.hpp
- * @author Felix Morgner (felix.morgner@gmail.com)
- * @since 1.0.0
- */
-
-#ifndef WANDA_KEYED_HPP
-#define WANDA_KEYED_HPP
-
-namespace wanda
-{
- /**
- * @brief A tag type to prevent construction of a type without a factory
- */
- template<typename Derived>
- struct keyed
- {
- protected:
- struct key
- {
- };
-
- explicit keyed(key) {}
- };
-
-} // namespace wanda
-
-#endif \ No newline at end of file