OGS
|
Definition in file VariableType.cpp.
#include "VariableType.h"
#include <boost/algorithm/string/predicate.hpp>
#include "BaseLib/Error.h"
Go to the source code of this file.
Namespaces | |
namespace | MaterialPropertyLib |
Functions | |
template<int Rows> | |
static bool | maybeHasSize (const auto &arg) |
Returns true if the argument is uninitialized or has Rows number of rows. | |
Variable | MaterialPropertyLib::convertStringToVariable (std::string const &string) |
static VariableArray::VariablePointer | MaterialPropertyLib::dropConst (VariableArray::VariablePointerConst const const_pointer) |
|
static |
Returns true if the argument is uninitialized or has Rows number of rows.
Definition at line 19 of file VariableType.cpp.
Referenced by MaterialPropertyLib::VariableArray::is2D(), and MaterialPropertyLib::VariableArray::is3D().