-
#include "tensorstore/util/maybe_hard_constraint.h"
- bool tensorstore::MaybeHardConstraintIndex::valid() const;
Checks if the constraint is specified, i.e.
value != kImplicit
.
#include "tensorstore/util/maybe_hard_constraint.h"
Checks if the constraint is specified, i.e. value != kImplicit
.