Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/
H A Dbinary_function.h29 struct __binary_function_keep_layout_base { struct
30 using first_argument_type = _Arg1;
31 using second_argument_type = _Arg2;
32 using result_type = _Result;
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dbinary_function.h33 struct __binary_function_keep_layout_base { struct
48 using __binary_function _LIBCPP_NODEBUG = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>; argument