Searched refs:test_constexpr_ctor_imp (Results 1 – 1 of 1) sorted by relevance
300 constexpr bool test_constexpr_ctor_imp(std::variant<long, void*, const int> const& v) { in test_constexpr_ctor_imp() function322 static_assert(test_constexpr_ctor_imp<0>(V(42l)), ""); in test_constexpr_move_ctor()323 static_assert(test_constexpr_ctor_imp<1>(V(nullptr)), ""); in test_constexpr_move_ctor()324 static_assert(test_constexpr_ctor_imp<2>(V(101)), ""); in test_constexpr_move_ctor()