mrdocs::dom::has_invoke_result_for_default_function_impl
Synopsis
Declared in <mrdocs/Dom/Function.hpp>
template<typename F>
concept has_invoke_result_for_default_function_impl = has_invoke_result_convertible_to_dom_value<F> ||
has_invoke_expected_result_convertible_to_dom_value<F>;
Created with MrDocs