openfoam/src/OpenFOAM/containers/Lists/List
Mark Olesen d9f0587416 ENH: promote ListOps::identity to Foam::identity
- becoming more frequently used and there is no ambiguity in calling
  parameters either - identity(label) vs identity(labelUList&).

  Provide both int32 and int64 versions.
2023-10-26 11:24:57 +02:00
..
List.C ENH: promote ListOps::identity to Foam::identity 2023-10-26 11:24:57 +02:00
List.H ENH: promote ListOps::identity to Foam::identity 2023-10-26 11:24:57 +02:00
ListI.H ENH: add List::resize_unsafe(label) 2023-10-11 18:11:37 +00:00
ListIO.C ENH: handle List<char> I/O in base class 2023-10-11 18:11:37 +00:00
stdVectorIO.C ENH: support List sub-slice searching, use std::find() 2023-09-05 10:15:17 +02:00
SubList.H ENH: make various List/Field move constructors noexcept 2023-10-11 18:11:37 +00:00
SubListI.H ENH: make various List/Field move constructors noexcept 2023-10-11 18:11:37 +00:00
UList.C ENH: support List sub-slice searching, use std::find() 2023-09-05 10:15:17 +02:00
UList.H ENH: promote ListOps::identity to Foam::identity 2023-10-26 11:24:57 +02:00
UListI.H ENH: support List sub-slice searching, use std::find() 2023-09-05 10:15:17 +02:00
UListIO.C ENH: handle List<char> I/O in base class 2023-10-11 18:11:37 +00:00