Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ optional
Method
optional
Bcore/src/main/cpp/Dobby/tests/catch.hpp:5853–5856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5851
}
5852
5853
auto optional() -> DerivedT & {
5854
m_optionality = Optionality::Optional;
5855
return static_cast<DerivedT &>(*this);
5856
};
5857
5858
auto required() -> DerivedT & {
5859
m_optionality = Optionality::Required;
Callers
1
Help
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected