This partial specialization of Pair_IndexOfType returns the index of second element of pair.
Synopsis
Declared in <bslstl_pair.h>
template<
class T1,
class T2>
struct Pair_IndexOfType<T2, T1, T2>
: bsl::integral_constant<size_t, 1U>
Base Classes
Name |
Description |
Metafunction representing a compile‐time constant of the specified (template parameter) |
Type Aliases
Name |
Description |
Alias for this |
Member Functions
Name |
Description |
Return a copy of the template argument |
Created with MrDocs