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: mbed_DS28EC20_GPIO
optional< T > Class Template Reference
Optional value container similar to std::optional. More...
#include <optional.hpp>
Detailed Description
template<typename T>
class MaximInterface::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 55 of file optional.hpp.
Generated on Tue Jul 12 2022 23:29:46 by
1.7.2