Public Types | |
| using | ContainerType = Type |
| using | ReferenceType = Type& |
| using | ConstReferenceType = const Type& |
| using | ArrayViewType = ArrayView<Type> |
| using | ConstArrayViewType = ConstArrayView<Type> |
Definition at line 43 of file CaseOptionSimple.h.
| using Arcane::CaseOptionTraitsT< Type >::ArrayViewType = ArrayView<Type> |
Definition at line 50 of file CaseOptionSimple.h.
| using Arcane::CaseOptionTraitsT< Type >::ConstArrayViewType = ConstArrayView<Type> |
Definition at line 51 of file CaseOptionSimple.h.
| using Arcane::CaseOptionTraitsT< Type >::ConstReferenceType = const Type& |
Definition at line 49 of file CaseOptionSimple.h.
| using Arcane::CaseOptionTraitsT< Type >::ContainerType = Type |
Definition at line 47 of file CaseOptionSimple.h.
| using Arcane::CaseOptionTraitsT< Type >::ReferenceType = Type& |
Definition at line 48 of file CaseOptionSimple.h.