Home
last modified time | relevance | path

Searched refs:ResultType (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dtransform_iterator.h50 using ResultType = std::invoke_result_t<Function, InputType>; variable
54 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;