function make_wrapper1
C++
template <typename T> auto make_wrapper1(T &t)
Uniform -> access to a value or a pointer to one; used by generated
code to accept both containers of values and containers of pointers.
include/nprpc/utils.hpp:65
template <typename T> auto make_wrapper1(const T &t)
Const overload of make_wrapper1.
include/nprpc/utils.hpp:72