Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dmovable_int.hpp29 struct is_copyable<int> struct
31 static const bool value = true;
128 struct is_copyable<movable_int> struct
130 static const bool value = false;
233 struct is_copyable<movable_and_copyable_int> struct
235 static const bool value = true;
329 struct is_copyable<copyable_int> struct
331 static const bool value = true;