Sequoia
|
actions common to both move-only and regular types. More...
#include <AllocationCheckersDetails.hpp>
Static Public Member Functions | |
template<test_mode Mode, comparison_flavour C, alloc_getter< T >... Getters> | |
static bool | post_comparison_action (test_logger< Mode > &logger, comparison_constant< C > comparison, const T &x, std::string_view tag, const allocation_checker< T, Getters > &... checkers) |
template<test_mode Mode, alloc_getter< T >... Getters> | |
static void | post_move_action (test_logger< Mode > &logger, const T &y, const allocation_checker< T, Getters > &... checkers) |
template<test_mode Mode, std::invocable< T & > Mutator, alloc_getter< T >... Getters> | |
static void | post_move_assign_action (test_logger< Mode > &logger, T &y, Mutator yMutator, const dual_allocation_checker< T, Getters > &... checkers) |
template<test_mode Mode, class U , alloc_getter< T >... Getters> | |
static void | post_swap_action (test_logger< Mode > &logger, const T &x, const T &y, const U &, const dual_allocation_checker< T, Getters > &... checkers) |
template<test_mode Mode, alloc_getter< T >... Getters> | |
static void | post_serialization_action (test_logger< Mode > &logger, const T &y, const allocation_checker< T, Getters > &... checkers) |
Additional Inherited Members | |
![]() | |
constexpr | auxiliary_data_policy (std::weak_ordering order) |
std::weak_ordering | order () const noexcept |
actions common to both move-only and regular types.