Home
last modified time | relevance | path

Searched defs:as_param (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dcommon.hpp60 struct as_param<cpp_owner_t, std::enable_if_t<std::is_arithmetic_v<cpp_owner_t>>> { struct
61 using type = cpp_owner_t;
Doptional.hpp161 struct as_param<optional<cpp_owner_t>> { struct
162 using type = optional_view<cpp_owner_t>;
Dcallback.hpp157 struct as_param<callback<Return(Params...)>> { struct
158 using type = callback_view<Return(Params...)>;
Dvector.hpp215 struct as_param<vector<T>> { struct
216 using type = vector_view<T>;
Darray.hpp293 struct as_param<array<cpp_owner_t>> { struct
294 using type = array_view<cpp_owner_t>;
Dstring.hpp306 struct as_param<string> { struct
307 using type = string_view;
Dset.hpp346 struct as_param<set<K>> { struct
347 using type = set_view<K>;
Dmap.hpp346 struct as_param<map<K, V>> { struct
347 using type = map_view<K, V>;