mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Style
This commit is contained in:
@@ -19,7 +19,9 @@ namespace BlackMisc
|
||||
{
|
||||
|
||||
/*!
|
||||
* Class which can directly contain zero or one object of type T, with pointer semantics.
|
||||
* Own implementation of std::optional.
|
||||
*
|
||||
* Needed to work around lack of C++20 copyable lambda functions.
|
||||
*/
|
||||
template <typename T>
|
||||
class Optional
|
||||
|
||||
Reference in New Issue
Block a user