[#bsl-result_of_t] = xref:bsl.adoc[bsl]::result_of_t :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<bsl_type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> using result_of_t = std::result_of<TYPE>::type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#