0.3.0
Loading...
Searching...
No Matches
NAV::detail Namespace Reference

Functions

template<typename T, std::size_t... Is>
constexpr std::array< T, sizeof...(Is)> create_array (const T &value, std::index_sequence< Is... >)
 Create an array with the value assigned to all elements in the container.
 

Function Documentation

◆ create_array()

template<typename T, std::size_t... Is>
std::array< T, sizeof...(Is)> NAV::detail::create_array ( const T & value,
std::index_sequence< Is... >  )
constexpr

Create an array with the value assigned to all elements in the container.

Parameters
[in]valueValue to fill with

Definition at line 30 of file Array.hpp.