We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314500a commit d120368Copy full SHA for d120368
1 file changed
include/MGIS/Function/FunctionConcept.hxx
@@ -99,6 +99,8 @@ namespace mgis::function {
99
struct FunctionResultQueryImplementation3<true, FunctionType> {
100
using Space =
101
std::decay_t<decltype(getSpace(std::declval<FunctionType>()))>;
102
+ using result_type = std::invoke_result_t<FunctionType, cell_index<Space>,
103
+ quadrature_point_index<Space>>;
104
using const_result_type =
105
std::invoke_result_t<const FunctionType,
106
cell_index<Space>,
0 commit comments