Home
last modified time | relevance | path

Searched defs:TernaryFunctorBase (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dmetafunctions.hxx73 template< typename A1, typename A2, typename A3, typename R > struct TernaryFunctorBase struct
75 typedef A1 first_argument_type;
76 typedef A2 second_argument_type;
77 typedef A3 third_argument_type;
78 typedef R result_type;