Consider allowing the regular reference for the single-component reducer types
Drawing from the conversation in: https://github.com/LLNL/RAJA/pull/1759#discussion_r1866293836
From @trws:
`` On the *loc objects, it makes sense to me to have a helper type for those that has an
To be explicit, I think the ValOp types are a good idea like the strongly-typed indexes, but it seems like something that should be optional rather than required. Also, I would expect to be able to get it by doing RAJA::expt::Reduce<RAJA::operators::plus, int>::arg_type, or decltype(RAJA::expt::ReduceRAJA::operators::plus(&sum))::arg_type, or similar so the declaration for the type used to pass in the reducer provides the appropriate ValOp type.``