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

Method null

source/core/StarRect.hpp:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271template <typename T, size_t N>
272Box<T, N> Box<T, N>::null() {
273 return Box(Coord::filled(std::numeric_limits<T>::max()), Coord::filled(std::numeric_limits<T>::lowest()));
274}
275
276template <typename T, size_t N>
277Box<T, N> Box<T, N>::inf() {

Callers

nothing calls this directly

Calls 2

BoxClass · 0.85
lowestFunction · 0.85

Tested by

no test coverage detected