Language
Compiler
Options
$
61 decltype ((c.find(forward<V>(v)) == c.end())) detail::contains(C&&, V&&, detail::select_overload<1>) [with C = const std::set<int>&; V = const int&; decltype ((c.find(forward<V>(v)) == c.end())) = bool]
61 decltype ((c.find(forward<V>(v)) == c.end())) detail::contains(C&&, V&&, detail::select_overload<1>) [with C = std::map<int, int>&; V = int; decltype ((c.find(forward<V>(v)) == c.end())) = bool]
68 bool detail::contains(const Container&, const Value&, detail::select_overload<0>) [with Container = std::vector<int>; Value = int]
68 bool detail::contains(const Container&, const Value&, detail::select_overload<0>) [with Container = std::deque<int>; Value = int]
Exit Code:
0