[#absl-result_of_t] = xref:absl.adoc[absl]::result_of_t :relfileprefix: ../ :mrdocs: Deprecated alias for `std::invoke_result_t`. Prefer the std version directly. == Synopsis Declared in `<absl/meta/type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename F> using result_of_t [[deprecated("Use std::invoke_result_t instead.")]] = /* implementation-defined */::type; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: Use std::invoke_result_t instead.. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#