#include "../tbb_stddef.h"
#include <utility>
Go to the source code of this file.
|
| tbb |
| The graph class.
|
|
| tbb::internal |
| Identifiers declared inside namespace internal should never be used directly by client code.
|
|
|
template<typename MyAlloc , typename OtherAlloc > |
void | tbb::internal::allocator_copy_assignment (MyAlloc &my_allocator, OtherAlloc &other_allocator, traits_true_type) |
|
template<typename MyAlloc , typename OtherAlloc > |
void | tbb::internal::allocator_copy_assignment (MyAlloc &, OtherAlloc &, traits_false_type) |
|
template<typename MyAlloc , typename OtherAlloc > |
void | tbb::internal::allocator_move_assignment (MyAlloc &my_allocator, OtherAlloc &other_allocator, traits_true_type) |
|
template<typename MyAlloc , typename OtherAlloc > |
void | tbb::internal::allocator_move_assignment (MyAlloc &, OtherAlloc &, traits_false_type) |
|
template<typename MyAlloc , typename OtherAlloc > |
void | tbb::internal::allocator_swap (MyAlloc &my_allocator, OtherAlloc &other_allocator, traits_true_type) |
|
template<typename MyAlloc , typename OtherAlloc > |
void | tbb::internal::allocator_swap (MyAlloc &, OtherAlloc &, traits_false_type) |
|