Template function to specify if the data of a type are contiguous. More...
Go to the source code of this file.
Classes | |
class | FixedList< T, Size > |
A 1D vector of objects of type <T> with a fixed size <Size>. More... | |
class | Pair< Type > |
An ordered pair of two objects of type <T> with first() and second() elements. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Template function to specify if the data of a type are contiguous.
Original source file contiguous.H
InClass Foam::contiguous
The default function specifies that data are not contiguous. This is specialised for the types (eg, primitives) with contiguous data.
Definition in file contiguous.H.