Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dart::IntKeyRawPointerValueTrait< V >::Pair Struct Reference

#include <hash_map.h>

Public Member Functions

 Pair ()
 
 Pair (const Key key, const Value &value)
 
 Pair (const Pair &other)
 
Pairoperator= (const Pair &)=default
 

Public Attributes

Key key
 
Value value
 

Detailed Description

template<typename V>
struct dart::IntKeyRawPointerValueTrait< V >::Pair

Definition at line 517 of file hash_map.h.

Constructor & Destructor Documentation

◆ Pair() [1/3]

template<typename V >
dart::IntKeyRawPointerValueTrait< V >::Pair::Pair ( )
inline

◆ Pair() [2/3]

template<typename V >
dart::IntKeyRawPointerValueTrait< V >::Pair::Pair ( const Key  key,
const Value value 
)
inline

Definition at line 521 of file hash_map.h.

521: key(key), value(value) {}

◆ Pair() [3/3]

template<typename V >
dart::IntKeyRawPointerValueTrait< V >::Pair::Pair ( const Pair other)
inline

Definition at line 522 of file hash_map.h.

522: key(other.key), value(other.value) {}

Member Function Documentation

◆ operator=()

template<typename V >
Pair & dart::IntKeyRawPointerValueTrait< V >::Pair::operator= ( const Pair )
default

Member Data Documentation

◆ key

template<typename V >
Key dart::IntKeyRawPointerValueTrait< V >::Pair::key

Definition at line 518 of file hash_map.h.

◆ value

template<typename V >
Value dart::IntKeyRawPointerValueTrait< V >::Pair::value

Definition at line 519 of file hash_map.h.


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