Searched defs:NonConst (Results 1 – 9 of 9) sorted by relevance
164 struct NonConst { struct170 std::optional<NonConst> opt{}; in test_sfinae() argument
141 struct NonConst { struct142 std::optional<int> non_const() { return 1; } in non_const()
173 struct NonConst { struct 179 std::expected<int, NonConst> e{1}; in test_sfinae() argument
93 struct NonConst { struct 94 non_constNonConst non_const() argument
149 struct NonConst { struct 150 non_constNonConst non_const() argument
40 struct NonConst { struct
51 struct NonConst { struct
50 enum UsageKind { Unused, Const, NonConst }; enumerator