Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/containers/
H A Dintrusive_heap_unittest.cc145 struct NotMovable { struct
146 static constexpr bool value = !std::is_nothrow_move_constructible_v<T> &&