

Go to the source code of this file.
Classes | |
| class | is_contiguous< T > |
| A template class to specify that a data type can be considered as being contiguous in memory. More... | |
| class | is_contiguous_label< T > |
| A template class to specify if a data type is composed solely of Foam::label elements. More... | |
| class | is_contiguous_scalar< T > |
| A template class to specify if a data type is composed solely of Foam::scalar elements. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Variables | |
| template<class T> | |
| constexpr bool | is_contiguous_v = is_contiguous<std::remove_cv_t<T>>::value |
| The is_contiguous value of Type (after stripping of qualifiers). | |
Original source file contiguous.H
Definition in file contiguous.H.