Searched defs:ConvertibleTo (Results 1 – 14 of 14) sorted by relevance
113 struct ConvertibleTo { struct114 To to{};115 operator To&() & { return to; } in operator To&()116 operator To const&() const & { return to; } in operator To const&()117 operator To&&() && { return std::move(to); } in operator To&&()118 operator To const&&() const && { return std::move(to); } in operator To const&&()
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() function51 assert((ConvertibleTo<SV>(v[i]) >= v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) > v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) == v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) < v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() function51 assert((ConvertibleTo<SV>(v[i]) <= v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) != v[j]) == expected); in test() argument
21 class ConvertibleTo class35 explicit constexpr ConvertibleTo(int *it) : it_(it) {} in ConvertibleTo() function in ConvertibleTo
48 struct ConvertibleTo { struct57 template<typename T> ConvertibleTo<T> makeConvertible(); argument
54 struct ConvertibleTo { struct69 template<typename T> ConvertibleTo<T> makeConvertible(); argument
41 func ConvertibleTo(V, T Type) bool { func
44 func ConvertibleTo(V, T Type) bool { func
111 struct ConvertibleTo { struct
115 ConvertibleTo(u Type) bool methodSpec1397 func (t *rtype) ConvertibleTo(u Type) bool { func