Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::IItemGroupObserver::FuncTraits< T > Struct Template Reference

Public Types

typedef void(T::* FuncPtrWithInfo) (const Int32ConstArrayView *info)
 Type of the pointer to the method with Info.
typedef void(T::* FuncPtr) ()
 Type of the pointer to the method without Info.

Detailed Description

template<typename T>
struct Arcane::IItemGroupObserver::FuncTraits< T >

Definition at line 33 of file core/ItemGroupObserver.h.

Member Typedef Documentation

◆ FuncPtr

template<typename T>
typedef void(T::* Arcane::IItemGroupObserver::FuncTraits< T >::FuncPtr) ()

Type of the pointer to the method without Info.

Definition at line 39 of file core/ItemGroupObserver.h.

◆ FuncPtrWithInfo

template<typename T>
typedef void(T::* Arcane::IItemGroupObserver::FuncTraits< T >::FuncPtrWithInfo) (const Int32ConstArrayView *info)

Type of the pointer to the method with Info.

Definition at line 36 of file core/ItemGroupObserver.h.


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