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