libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
bmb::integral_constant< val > Struct Template Reference

integral_constant More...

#include <type_traits.h>

Inheritance diagram for bmb::integral_constant< val >:
[legend]

Public Types

using value_type = decltype(val)
 

Static Public Attributes

static constexpr auto value = val
 

Detailed Description

template<auto val>
struct bmb::integral_constant< val >

integral_constant

Member Typedef Documentation

◆ value_type

template<auto val>
using bmb::integral_constant< val >::value_type = decltype(val)

Member Data Documentation

◆ value

template<auto val>
constexpr auto bmb::integral_constant< val >::value = val
staticconstexpr

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