Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Dmake_unique.hpp54 struct unique_ptr_if struct
56 typedef ::boost::movelib::unique_ptr<T> t_is_not_array;
60 struct unique_ptr_if<T[]> struct
62 typedef ::boost::movelib::unique_ptr<T[]> t_is_array_of_unknown_bound;
66 struct unique_ptr_if<T[N]> struct
68 typedef void t_is_array_of_known_bound;