8#ifndef INCLUDED_BSLMF_INTEGERSEQUENCE
9#define INCLUDED_BSLMF_INTEGERSEQUENCE
159#include <bslscm_version.h>
167#ifdef BSLS_LIBRARYFEATURES_HAS_CPP14_INTEGER_SEQUENCE
178template <
class t_T, t_T ...t_INTS>
179struct IntegerSequence {
185 typedef t_T value_type;
190 static constexpr std::size_t
size() noexcept;
203template <class t_T, t_T... t_INTS>
205constexpr
std::
size_t bslmf::IntegerSequence<t_T, t_INTS...>::size() noexcept
207 return sizeof...(t_INTS);
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
bsl::size_t size(const TYPE &array)
Return the number of elements in the specified array.
Definition bdlbb_blob.h:576
Definition bdldfp_decimal.h:5188