![]() |
0.5.0
|
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. | |
|
constexpr |