|
C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
Filters a tuple given a predicate. More...
#include <tuple.hpp>
Static Public Member Functions | |
| template<std::size_t I> | |
| static consteval auto | do_single () noexcept |
| static consteval auto | do_filter () noexcept |
Static Public Attributes | |
| static constexpr auto | tuple = GetTuple() |
| static constexpr auto | value = do_filter() |
Filters a tuple given a predicate.
| GetTuple | A constant callable to return the tuple. |
| Predicate | The predicate. |