Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dmeta_utils.hpp468 struct has_move_emulation_enabled_impl struct
473 struct has_move_emulation_enabled_impl<T&> struct
474 { static const bool value = false; };
477 struct has_move_emulation_enabled_impl< ::boost::rv<T> > struct
478 { static const bool value = false; };