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

Method invalid

source/core/StarVariant.hpp:518–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516
517template <typename FirstType, typename... RestTypes>
518bool Variant<FirstType, RestTypes...>::invalid() const {
519 return m_typeIndex == InvalidVariantType;
520}
521
522template <typename FirstType, typename... RestTypes>
523bool Variant<FirstType, RestTypes...>::operator==(Variant const& x) const {

Callers 1

StarVariant.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected