MCPcopy Create free account
hub / github.com/ceph/ceph / construct_error

Method construct_error

src/include/expected.hpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708 }
709
710 template <class... Args> void construct_error(Args &&...args) noexcept {
711 new (std::addressof(this->m_unexpect))
712 unexpected<E>(std::forward<Args>(args)...);
713 this->m_has_val = false;
714 }
715
716#ifdef TL_EXPECTED_EXCEPTIONS_ENABLED
717

Callers 5

expected_copy_baseMethod · 0.45
expected_move_baseMethod · 0.45
expectedClass · 0.45
expected.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected