Searched refs:ctup (Results 1 – 1 of 1) sorted by relevance
115 Tup const& ctup = tup; in test_perfect_forwarding() local117 assert(do_forwarding_test<>(ctup)); in test_perfect_forwarding()122 Tup const& ctup = tup; in test_perfect_forwarding() local124 assert(do_forwarding_test<int const&>(ctup)); in test_perfect_forwarding()126 assert(do_forwarding_test<int const&&>(std::move(ctup))); in test_perfect_forwarding()133 Tup const& ctup = tup; in test_perfect_forwarding() local135 assert((do_forwarding_test<int&, const char* const&, unsigned &>(ctup))); in test_perfect_forwarding()137 assert((do_forwarding_test<int&, const char* const&&, unsigned &&>(std::move(ctup)))); in test_perfect_forwarding()144 Tup const& ctup = tup; in test_perfect_forwarding() local146 assert((do_forwarding_test<int&, const char* const&>(ctup))); in test_perfect_forwarding()[all …]