HomeSort by relevance Sort by last modified time
    Searched full:call_with_value (Results 1 - 1 of 1) sorted by null

  /external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
arg_type.pass.cpp 25 int call_with_value(int x, int y) { return (x + y); } function
38 assert(3 == ex::apply(call_with_value, t));
54 assert(8 == ex::apply(call_with_value, t));
70 assert(3 == ex::apply(call_with_value, t));
85 assert(6 == ex::apply(call_with_value, t));
102 assert(3 == ex::apply(call_with_value, t));
112 assert(6 == ex::apply(call_with_value, t));

Completed in 41 milliseconds