kblib 0.2.3
General utilities library for modern C++
kblib::detail_bits::array_filter2< T[], S > Struct Template Reference

#include <kblib/bits.h>

Public Types

using type = std::array< T, S/sizeof(T)>
 

Detailed Description

template<typename T, std::size_t S>
struct kblib::detail_bits::array_filter2< T[], S >

Definition at line 613 of file bits.h.

Member Typedef Documentation

◆ type

template<typename T , std::size_t S>
using kblib::detail_bits::array_filter2< T[], S >::type = std::array<T, S / sizeof(T)>

Definition at line 614 of file bits.h.


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