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

#include <kblib/containers.h>

Static Public Member Functions

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

Detailed Description

template<typename Container, std::size_t N>
struct kblib::detail::buildiota_impl< construct_with_size< Container, N >, false >

Definition at line 349 of file containers.h.

Member Function Documentation

◆ impl() [1/2]

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

Definition at line 351 of file containers.h.

◆ impl() [2/2]

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

Definition at line 360 of file containers.h.


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