Searched defs:__binary_function_keep_layout_base (Results 1 – 2 of 2) sorted by relevance
29 struct __binary_function_keep_layout_base { struct30 using first_argument_type = _Arg1;31 using second_argument_type = _Arg2;32 using result_type = _Result;
33 struct __binary_function_keep_layout_base { struct48 using __binary_function _LIBCPP_NODEBUG = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>; argument