libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::dyn::private_::array_t< T, args > Struct Template Reference

#include <count_setbits.hpp>

Public Types

typedef std::array< T, sizeof...(args)> container_type
 

Static Public Attributes

static const container_type value ={{args...}}
 

Detailed Description

template<class T, T... args>
struct jmmcg::dyn::private_::array_t< T, args >

Definition at line 89 of file count_setbits.hpp.

Member Typedef Documentation

◆ container_type

template<class T , T... args>
typedef std::array<T, sizeof...(args)> jmmcg::dyn::private_::array_t< T, args >::container_type

Definition at line 90 of file count_setbits.hpp.

Member Data Documentation

◆ value

template<class T , T... args>
const array_t< T, args... >::container_type jmmcg::dyn::private_::array_t< T, args >::value ={{args...}}
static

Definition at line 91 of file count_setbits.hpp.


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