ΒΆtemplate <class It1, class It2>
auto dot(It1 begin1, It2 begin2, int N) ->
    typename std::remove_reference<
        decltype(*begin1)>::type

Declared at: include/posit.h:80

Templates

It1
It2

Parameters

It1 begin1
It2 begin2
int N