MCPcopy Create free account
hub / github.com/p-ranav/tabulate / optional

Method optional

include/tabulate/optional_lite.hpp:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 // >
796#endif
797 optional_constexpr14 optional(optional const &other) : has_value_(other.has_value()) {
798 if (other.has_value()) {
799 contained.construct_value(other.contained.value());
800 }
801 }
802
803#if optional_CPP11_OR_GREATER
804

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected