Searched refs:DefaultSFINAES (Results 1 – 1 of 1) sorted by relevance
48 struct DefaultSFINAES { struct53 constexpr DefaultSFINAES() : value() {} in DefaultSFINAES() function54 constexpr explicit DefaultSFINAES(T const& x) : value(x) {} in DefaultSFINAES() function155 test_not_is_default_constructible<DefaultSFINAES<int&>>(); in main()156 test_not_is_default_constructible<DefaultSFINAES<int&&>>(); in main()162 test_is_default_constructible<DefaultSFINAES<int>>(); in main()