MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / BoolExt

Method BoolExt

include/globed/util/BoolExt.hpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5class BoolExt {
6public:
7 constexpr inline BoolExt(bool val = false) : m_val(val) {}
8 constexpr inline BoolExt(const BoolExt& other) = default;
9 constexpr inline BoolExt(BoolExt&& other) noexcept = default;
10 constexpr inline BoolExt& operator=(const BoolExt& other) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected