Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Dadl_move_swap.hpp130 struct and_op_impl struct
131 { static const bool value = false; };
134 struct and_op_impl<P1, P2, true> struct
135 { static const bool value = P2::value; };