Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dmpl.hpp71 struct ls_zeros struct
73 static const std::size_t value = (S & std::size_t(1)) ? 0 : (1 + ls_zeros<(S>>1u)>::value);
77 struct ls_zeros<0> struct
79 static const std::size_t value = 0;
83 struct ls_zeros<1> struct
85 static const std::size_t value = 0;