This meta‐function provides a compile‐time way to obtain the index of bsl::pair element, having the (template parameter) type T. If neither type of pair's element is equal to T or both pair's elements have the same type, code is not compiled.
Synopsis
Declared in <bslstl_pair.h>
template<
class T,
class T1,
class T2>
struct Pair_IndexOfType;
Specializations
Name |
Description |
This partial specialization of |
|
This partial specialization of |
Created with MrDocs