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

Function initialize

include/tabulate/optional_lite.hpp:1233–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 void this_type_does_not_support_comparisons() const {}
1232
1233 template <typename V> void initialize(V const &value) {
1234 assert(!has_value());
1235 contained.construct_value(value);
1236 has_value_ = true;
1237 }
1238
1239#if optional_CPP11_OR_GREATER
1240 template <typename V> void initialize(V &&value) {

Callers 4

optional_lite.hppFile · 0.70
operator=Function · 0.70
value)Method · 0.70
noexceptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected