Go to the documentation of this file. 13 #ifndef __STOUT_UTILS_HPP__ 14 #define __STOUT_UTILS_HPP__ 21 T
copy(
const T& t) {
return t; }
24 template <
typename T,
size_t N>
25 static constexpr
size_t arraySize(T(&)[N])
32 #endif // __STOUT_UTILS_HPP__
T copy(const T &t)
Definition: utils.hpp:21