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

Pair type. More...

#include <bmfunc.h>

Inheritance diagram for bm::pair< First, Second >:
Inheritance graph
[legend]

Public Member Functions

 pair (First f, Second s)
 

Data Fields

First first
  More...
 
Second second
  More...
 

Detailed Description

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

Pair type.

Definition at line 145 of file bmfunc.h.


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