Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/p-ranav/tabulate
/ make_optional
Function
make_optional
include/tabulate/optional_lite.hpp:1456–1456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1454
#else
1455
1456
template <typename T> optional<T> make_optional(T const &value) { return optional<T>(value); }
1457
1458
#endif // optional_CPP11_OR_GREATER
1459
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected