Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/test/
Dmovable_int.hpp26 struct is_copyable<int> struct
28 static const bool value = true;
97 struct is_copyable<movable_int> struct
99 static const bool value = false;
173 struct is_copyable<movable_and_copyable_int> struct
175 static const bool value = true;
237 struct is_copyable<copyable_int> struct
239 static const bool value = true;
/third_party/boost/libs/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;
/third_party/boost/boost/hof/
Dpack.hpp102 struct is_copyable struct
109 struct is_copyable<T&> struct
114 struct is_copyable<T&&> struct