Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Go to the source code of this file.
Namespaces | |
namespace | ext |
namespace | ext::detail |
Functions | |
template<class T > | |
auto | ext::move_copy (const T ¶m) |
Allow moving of copied instance of the source. More... | |
template<class F , std::size_t ... Is> | |
void | ext::detail::constexpr_switch (const std::size_t i, F &&f, std::index_sequence< Is ... >) |
template<std::size_t N, class F > | |
void | ext::constexpr_switch (const std::size_t i, F &&f) |