Searched refs:ResultType (Results 1 – 1 of 1) sorted by relevance
50 using ResultType = std::invoke_result_t<Function, InputType>; variable54 using value_type = std::remove_const_t<std::remove_reference_t<ResultType>>;56 using pointer = std::conditional_t<std::is_reference_v<ResultType>,57 std::add_pointer_t<std::remove_reference_t<ResultType>>,59 using reference = ResultType;