OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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