Tatooine
Namespaces | Functions
make_array.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 

Functions

template<typename T , size_t... Is>
constexpr auto tatooine::make_array (T &&default_data, std::index_sequence< Is... >)
 
template<typename T , typename... Data>
constexpr auto tatooine::make_array (Data &&... data)
 
template<typename T , size_t N>
constexpr auto tatooine::make_array ()
 
template<size_t N, typename T >
constexpr auto tatooine::make_array (T &&default_data)
 
template<typename T , size_t N>
constexpr auto tatooine::make_array (std::array< T, N > const &data)