|
Xped
|

Go to the source code of this file.
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) |