Searched refs:test_constexpr_copy_ctor_imp (Results 1 – 1 of 1) sorted by relevance
238 constexpr bool test_constexpr_copy_ctor_imp(std::variant<long, void*, const int> const& v) { in test_constexpr_copy_ctor_imp() function258 static_assert(test_constexpr_copy_ctor_imp<0>(V(42l)), ""); in test_constexpr_copy_ctor()259 static_assert(test_constexpr_copy_ctor_imp<1>(V(nullptr)), ""); in test_constexpr_copy_ctor()260 static_assert(test_constexpr_copy_ctor_imp<2>(V(101)), ""); in test_constexpr_copy_ctor()