Searched defs:is_copyable (Results 1 – 3 of 3) sorted by relevance
26 struct is_copyable<int> struct28 static const bool value = true;97 struct is_copyable<movable_int> struct99 static const bool value = false;173 struct is_copyable<movable_and_copyable_int> struct175 static const bool value = true;237 struct is_copyable<copyable_int> struct239 static const bool value = true;
29 struct is_copyable<int> struct31 static const bool value = true;128 struct is_copyable<movable_int> struct130 static const bool value = false;233 struct is_copyable<movable_and_copyable_int> struct235 static const bool value = true;329 struct is_copyable<copyable_int> struct331 static const bool value = true;
102 struct is_copyable struct109 struct is_copyable<T&> struct114 struct is_copyable<T&&> struct