MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / empty

Method empty

source/core/StarParametricFunction.hpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156template <typename IndexType, typename ValueType>
157bool ParametricTable<IndexType, ValueType>::empty() const {
158 return size() == 0;
159}
160
161template <typename IndexType, typename ValueType>
162IndexType const& ParametricTable<IndexType, ValueType>::index(size_t i) const {

Callers 1

ParametricTableMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected