Home
last modified time | relevance | path

Searched refs:rebound_actual_type (Results 1 – 5 of 5) sorted by relevance

/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dinheritance.hpp134 using rebound_actual_type = unique_usertype_rebind_actual_t<U>; in type_unique_cast() typedef
135 …using maybe_bases_or_empty = meta::conditional_t<std::is_void_v<rebound_actual_type>, types<>, bas… in type_unique_cast()
136 string_view this_rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in type_unique_cast()
163 using rebound_actual_type = unique_usertype_rebind_actual_t<U>; in type_unique_cast_with() typedef
164 …using cond_bases_t = meta::conditional_t<std::is_void_v<rebound_actual_type>, types<>, uc_bases_t>; in type_unique_cast_with()
165 string_view this_rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in type_unique_cast_with()
H A Dstack_check_qualified.hpp39 using rebound_actual_type = unique_usertype_rebind_actual_t<no_cv_X>; in check() typedef
58 string_view rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in check()
H A Dstack_check_get_qualified.hpp84 using rebound_actual_type = unique_usertype_rebind_actual_t<Tu, void>;
85 string_view rebind_ti = usertype_traits<rebound_actual_type>::qualified_name();
H A Dstack_get_unqualified.hpp227 using rebound_actual_type = unique_usertype_rebind_actual_t<Tu, void>; in get() typedef
228 string_view rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in get()
/dports/devel/sol2/sol2-4.0.0-alpha/single/include/sol/
H A Dsol.hpp9006 using rebound_actual_type = unique_usertype_rebind_actual_t<U>; in type_unique_cast() typedef
9008 string_view this_rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in type_unique_cast()
9035 using rebound_actual_type = unique_usertype_rebind_actual_t<U>; in type_unique_cast_with() typedef
9036 …using cond_bases_t = meta::conditional_t<std::is_void_v<rebound_actual_type>, types<>, uc_bases_t>; in type_unique_cast_with()
9037 string_view this_rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in type_unique_cast_with()
12582 using rebound_actual_type = unique_usertype_rebind_actual_t<no_cv_X>; in check() typedef
12601 string_view rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in check()
13167 using rebound_actual_type = unique_usertype_rebind_actual_t<Tu, void>; in get() typedef
13168 string_view rebind_ti = usertype_traits<rebound_actual_type>::qualified_name(); in get()
14228 using rebound_actual_type = unique_usertype_rebind_actual_t<Tu, void>;
[all …]