Component‐private metafunction that concatenates two integer sequences.
Synopsis
Declared in <bslmf_makeintegersequence.h>
template<
class t_S1,
class t_S2>
struct MakeIntegerSequence_ConcatUtil;
Description
This template is not defined unless the (template parameter) types t_S1 and t_S2 are specializations of the class template bslmf::IntegerSequence.
Specializations
Name |
Description |
Partial specialization that concatenates two integer sequences. |
Created with MrDocs