Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::AnyItem::PairT< U, V > Class Template Reference

Tool to create a pair of items. More...

#include <arcane/core/anyitem/AnyItemLinkFamily.h>

Collaboration diagram for Arcane::AnyItem::PairT< U, V >:

Public Member Functions

 PairT (U u, V v)

Public Attributes

m_u
m_v

Detailed Description

template<typename U, typename V>
class Arcane::AnyItem::PairT< U, V >

Tool to create a pair of items.

Definition at line 32 of file AnyItemLinkFamily.h.

Constructor & Destructor Documentation

◆ PairT()

template<typename U, typename V>
Arcane::AnyItem::PairT< U, V >::PairT ( U u,
V v )
inline

Definition at line 36 of file AnyItemLinkFamily.h.

Member Data Documentation

◆ m_u

template<typename U, typename V>
U Arcane::AnyItem::PairT< U, V >::m_u

Definition at line 40 of file AnyItemLinkFamily.h.

◆ m_v

template<typename U, typename V>
V Arcane::AnyItem::PairT< U, V >::m_v

Definition at line 41 of file AnyItemLinkFamily.h.


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