BitMagic-C++
Data Fields
bm::pair< First, Second > Struct Template Reference

Pair type. More...

#include <bmfunc.h>

Data Fields

First first
 
Second second
 

Detailed Description

template<typename First, typename Second>
struct bm::pair< First, Second >

Pair type.

Definition at line 116 of file bmfunc.h.

Field Documentation

◆ first

template<typename First , typename Second >
First bm::pair< First, Second >::first

Definition at line 118 of file bmfunc.h.

◆ second

template<typename First , typename Second >
Second bm::pair< First, Second >::second

Definition at line 119 of file bmfunc.h.


The documentation for this struct was generated from the following file: