Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::DefaultConverter< TypeA, TypeB > Class Template Reference

Public Member Functions

void convertFromAToB (ConstArrayView< TypeA > input, ArrayView< TypeB > output)
void convertFromBToA (ConstArrayView< TypeB > input, ArrayView< TypeA > output)

Detailed Description

template<typename TypeA, typename TypeB>
class Arcane::DefaultConverter< TypeA, TypeB >

Definition at line 29 of file ArrayConverter.h.

Member Function Documentation

◆ convertFromAToB()

template<typename TypeA, typename TypeB>
void Arcane::DefaultConverter< TypeA, TypeB >::convertFromAToB ( ConstArrayView< TypeA > input,
ArrayView< TypeB > output )
inline

Definition at line 33 of file ArrayConverter.h.

◆ convertFromBToA()

template<typename TypeA, typename TypeB>
void Arcane::DefaultConverter< TypeA, TypeB >::convertFromBToA ( ConstArrayView< TypeB > input,
ArrayView< TypeA > output )
inline

Definition at line 38 of file ArrayConverter.h.


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