Sequoia
|
Public Member Functions | |
constexpr | basic_allocation_predictions (copy_prediction x, individual_allocation_predictions y, assignment_allocation_predictions assignYtoX) |
constexpr | basic_allocation_predictions (copy_prediction x, individual_allocation_predictions y, assignment_allocation_predictions assignYtoX, container_counts counts) |
constexpr para_move_prediction | para_move_y_allocs () const noexcept |
constexpr move_assign_no_prop_prediction | move_assign_no_prop_allocs () const noexcept |
constexpr move_assign_prediction | move_assign_allocs () const noexcept |
constexpr mutation_prediction | mutation_allocs () const noexcept |
constexpr move_prediction | move_allocs () const noexcept |
constexpr copy_prediction | x () const noexcept |
constexpr const individual_allocation_predictions & | y () const noexcept |
constexpr const assignment_allocation_predictions & | assign_y_to_x () const noexcept |
template<class T > | |
constexpr basic_allocation_predictions | shift (const alloc_prediction_shifter< T > &shifter) const |
![]() | |
constexpr container_counts | containers () const noexcept |
Additional Inherited Members | |
![]() | |
constexpr | container_predictions_policy (container_counts counts) |
constexpr | container_predictions_policy (const container_predictions_policy &)=default |
constexpr container_predictions_policy & | operator= (const container_predictions_policy &)=default |