Specialization of property existence predicate for type double
.
More...
#include <CompressedPropertyAccess.hpp>
|
template<class PropertyContainer > |
static bool | p (PropertyContainer &ecl, const std::string &kw) |
| Existence predicate implementation. More...
|
|
template<>
struct Opm::GridPropertyAccess::Details::EclPropImpl::HasProperty< double >
Specialization of property existence predicate for type double
.
template<class PropertyContainer >
Existence predicate implementation.
- Template Parameters
-
PropertyContainer | Pointer type representing collection of (global) grid properties. Must implement method hasDeckDoubleGridProperty . |
- Parameters
-
[in] | ecl | Property container. |
[in] | kw | ECLIPSE property keyword. |
- Returns
- Whether or not property
kw
exists in the container ecl
.
The documentation for this struct was generated from the following file: