Searched defs:queue_adaptor (Results 1 – 1 of 1) sorted by relevance
178 struct queue_adaptor<Q, T, true, true> { struct179 typedef queue_adaptor_copyable_and_movable<Q> type;182 struct queue_adaptor<Q, T, true, false> { struct183 typedef queue_adaptor_copyable_only<Q> type;186 struct queue_adaptor<Q, T, false, true> { struct187 typedef queue_adaptor_movable_only<Q> type;193 class queue_adaptor : class