Xped
Loading...
Searching...
No Matches
JoinArray.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Xped::detail::num_tuple< Size >
 
struct  Xped::detail::appender< Prepend, T >
 
struct  Xped::detail::appender< Prepend, num_tuple< Sizes... > >
 
struct  Xped::detail::counter_tuple< Size, Counter >
 
struct  Xped::detail::counter_tuple< Size, Size >
 

Namespaces

namespace  Xped
 
namespace  Xped::detail
 
namespace  Xped::util
 

Functions

template<typename T , std::size_t LL, std::size_t RL, std::size_t ... LLs, std::size_t ... RLs>
constexpr std::array< T, LL+RL > Xped::util::join (const std::array< T, LL > rhs, const std::array< T, RL > lhs, detail::num_tuple< LLs... >, detail::num_tuple< RLs... >)
 
template<typename T , std::size_t LL, std::size_t RL>
constexpr std::array< T, LL+RL > Xped::util::join (std::array< T, LL > rhs, std::array< T, RL > lhs)