Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#
Optional< T > Class Template Reference
Optional value container similar to std::optional. More...
#include <Optional.hpp>
Detailed Description
template<typename T>
class MaximInterfaceCore::Optional< T >
Optional value container similar to std::optional.
To prevent the need for aligned storage, this implementation imposes that types must be DefaultConstructible, CopyConstructible, and CopyAssignable. No exceptions are thrown when accessing a valueless Optional.
Definition at line 50 of file Optional.hpp.
Generated on Tue Jul 12 2022 11:13:19 by
1.7.2