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

Pair type. More...

#include <bmfunc.h>

Inheritance diagram for bm::pair< First, Second >:

Public Member Functions

 pair (First f, Second s)
 

Data Fields

First first
 
Second second
 

Detailed Description

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

Pair type.

Definition at line 121 of file bmfunc.h.

Constructor & Destructor Documentation

◆ pair()

template<typename First , typename Second >
bm::pair< First, Second >::pair ( First f,
Second s )
inline

Definition at line 126 of file bmfunc.h.

Field Documentation

◆ first

◆ second


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