Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp671 struct is_void_cv struct
672 { static const bool value = false; };
675 struct is_void_cv<void> struct
676 { static const bool value = true; };