[#bsl-is_nothrow_invocable_v] = xref:bsl.adoc[bsl]::is_nothrow_invocable_v :relfileprefix: ../ :mrdocs: Variable template alias for `std::is_nothrow_invocable_v`. == Synopsis Declared in `<bsl_type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class... Args> inline constexpr bool is_nothrow_invocable_v = std::is_nothrow_invocable<TYPE, Args...>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#