```C++ template <typename Fn, typename In, typename Out> constexpr bool all(Fn function, In* input, size_t length); ``` where `typename Out` should be removed?
where
typename Outshould be removed?