MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / flags

Method flags

include/thundersvm/util/log.h:1660–1662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658 }
1659
1660 inline base::type::EnumType flags(void) const {
1661 return m_flags;
1662 }
1663
1664 inline bool hasFlag(base::FormatFlags flag) const {
1665 return base::utils::hasFlag(flag, m_flags);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected