Searched defs:non_const (Results 1 – 6 of 6) sorted by relevance
165 int non_const() { return 1; } in non_const() function
142 std::optional<int> non_const() { return 1; } in non_const() function
174 std::expected<int, int> non_const() { return std::expected<int, int>(std::unexpect, 1); } in non_const() function
94 int non_const() { return 1; } in non_const() function
150 std::expected<int, int> non_const() { return 1; } in non_const() function