boost::capy::any_executor::target_type
Returns the type_info of the wrapped executor.
Synopsis
Declared in <boost/capy/ex/any_executor.hpp>
std::type_info const&
target_type() const noexcept;
Return Value
The std::type_info of the stored executor type, or typeid(void) if empty.
Created with MrDocs