E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ translate() [1/3]

template<typename T , size_t N>
constexpr std::array< translate_t< T >, N > eve::translate ( std::array< T, N >  val)
constexpr
Parameters
TThe element type of the array to translate
NThe size of the array to translate
Returns
The translated array of type std::array<translate_t<V>, N>