kblib 0.2.3
General utilities library for modern C++
kblib::detail::buildiota_impl< Container, true > Struct Template Reference

#include <kblib/build.h>

Static Public Member Functions

template<typename T >
static constexpr auto impl (std::size_t count, T value) -> Container
 
template<typename T , typename I >
static constexpr auto impl (std::size_t count, T value, I incr) -> Container
 

Detailed Description

template<typename Container>
struct kblib::detail::buildiota_impl< Container, true >

Definition at line 363 of file build.h.

Member Function Documentation

◆ impl() [1/2]

template<typename Container >
template<typename T >
static constexpr auto kblib::detail::buildiota_impl< Container, true >::impl ( std::size_t  count,
value 
) -> Container
inlinestaticconstexpr

Definition at line 365 of file build.h.

◆ impl() [2/2]

template<typename Container >
template<typename T , typename I >
static constexpr auto kblib::detail::buildiota_impl< Container, true >::impl ( std::size_t  count,
value,
incr 
) -> Container
inlinestaticconstexpr

Definition at line 375 of file build.h.


The documentation for this struct was generated from the following file: