NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
nstd::pair< first_type, second_type > 模板结构体 参考

#include <ne_stl_value_def.h>

Public 成员函数

 pair ()
 
template<class _first_type = first_type, class _second_type = second_type>
 pair (const _first_type &val1, const _second_type &val2)
 
 pair (const pair &)=default
 
template<class _self = pair>
pairoperator= (const _self &right)
 
void swap (pair &right)
 

Public 属性

first_type first
 
second_type second
 

构造及析构函数说明

◆ pair() [1/3]

template<class first_type , class second_type >
nstd::pair< first_type, second_type >::pair ( )
inline

◆ pair() [2/3]

template<class first_type , class second_type >
template<class _first_type = first_type, class _second_type = second_type>
nstd::pair< first_type, second_type >::pair ( const _first_type & val1,
const _second_type & val2 )
inline

◆ pair() [3/3]

template<class first_type , class second_type >
nstd::pair< first_type, second_type >::pair ( const pair< first_type, second_type > & )
default

成员函数说明

◆ operator=()

template<class first_type , class second_type >
template<class _self = pair>
pair & nstd::pair< first_type, second_type >::operator= ( const _self & right)
inline

◆ swap()

template<class first_type , class second_type >
void nstd::pair< first_type, second_type >::swap ( pair< first_type, second_type > & right)
inline

类成员变量说明

◆ first

template<class first_type , class second_type >
first_type nstd::pair< first_type, second_type >::first

◆ second

template<class first_type , class second_type >
second_type nstd::pair< first_type, second_type >::second

该结构体的文档由以下文件生成: