A view of a tuple that replicates a particular value N number of times.
More...
#include <repeat.hpp>
|
template<typename Arg , std::enable_if_t< std::is_constructible_v< T, Arg &&>, int > = 0> |
constexpr | repeat_tuple_view (Arg &&arg) |
|
constexpr T | value () const |
|
template<std::size_t N, typename T>
struct OpenKalman::collections::repeat_tuple_view< N, T >
A view of a tuple that replicates a particular value N number of times.
- Template Parameters
-
N | The number of copies |
T | The type of the object to be replicated |
◆ value()
template<std::size_t N, typename T >
- Returns
- The underlying replicated value
The documentation for this struct was generated from the following file: