diff --git a/lib/hope/components/typemap.h b/lib/hope/components/typemap.h index cb7470d..25444ad 100644 --- a/lib/hope/components/typemap.h +++ b/lib/hope/components/typemap.h @@ -33,6 +33,8 @@ namespace hope { return type_holder(); } + template + using get_t = typename decltype(get())::Type; private: template