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

Function construct_value

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

Source from the content-addressed store, hash-verified

662 }
663
664 void construct_value(value_type const &v) { ::new (value_ptr()) value_type(v); }
665
666#if optional_CPP11_OR_GREATER
667

Callers 1

storage_tFunction · 0.70

Calls 1

value_ptrFunction · 0.70

Tested by

no test coverage detected