20 #ifndef VALIDATION_FUNCTIONS_HPP 21 #define VALIDATION_FUNCTIONS_HPP 25 #include <unordered_map> 34 struct ValidationError;
36 using ValidationFunction = std::function<void(
const DeckKeyword&,
37 std::vector<ValidationError>&)>;
41 std::unordered_map<std::string, ValidationFunction>
46 #endif // VALIDATION_FUNCTIONS_HPP This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Definition: KeywordValidation.cpp:38