diff options
Diffstat (limited to 'src/types.hpp')
-rw-r--r-- | src/types.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.hpp b/src/types.hpp index b40c9424..2cbbd0bb 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -126,6 +126,8 @@ public: m_inner_types( {::std::move(base), ::std::move(trait)} )
{}
+ /// Dereference the type (return the result of *type_instance)
+ bool deref(bool is_implicit);
/// Merge with another type (combines known aspects, conflitcs cause an exception)
void merge_with(const TypeRef& other);
/// Replace 'GENERIC' entries with the return value of the closure
|