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

  /external/stlport/test/unit/
multiset_test.cpp 104 typedef pointer_to_binary_function<int, int, bool> fn_type; typedef
105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
107 fn_type f(less_than);
117 fn_type g(greater_than);

Completed in 928 milliseconds