8#ifndef INCLUDED_BSLMF_INTEGERSEQUENCE
9#define INCLUDED_BSLMF_INTEGERSEQUENCE
159#include <bslscm_version.h>
167#ifdef BSLS_LIBRARYFEATURES_HAS_CPP14_INTEGER_SEQUENCE
180template <
class t_T, t_T ...t_INTS>
181struct IntegerSequence {
187 typedef t_T value_type;
192 static constexpr std::size_t
size() noexcept;
205template <class t_T, t_T... t_INTS>
207constexpr
std::
size_t bslmf::IntegerSequence<t_T, t_INTS...>::size() noexcept
209 return sizeof...(t_INTS);
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
bsl::size_t size(const TYPE &array)
Return the number of elements in the specified array.
Definition bdlbb_blob.h:579
Definition bdldfp_decimal.h:5549