Searched defs:__move_traits (Results 1 – 5 of 5) sorted by relevance
122 struct __move_traits<vector<specially_allocated_struct> > { struct123 typedef __true_type implemented;124 typedef __false_type complete;127 struct __move_traits<deque<specially_allocated_struct> > { struct128 typedef __true_type implemented;129 typedef __false_type complete;132 struct __move_traits<list<specially_allocated_struct> > { struct133 typedef __true_type implemented;134 typedef __false_type complete;137 struct __move_traits<slist<specially_allocated_struct> > { struct[all …]
21 struct __move_traits<MovableStruct> { struct22 typedef __true_type implemented;23 typedef __false_type complete;69 struct __move_traits<CompleteMovableStruct> { struct70 typedef __true_type implemented;71 typedef __true_type complete;
52 struct __move_traits { struct61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;87 typedef typename __move_traits<_Tp>::implemented _MvImpRet; argument