F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Optional.hpp File Reference
#include <Fw/Types/Assert.hpp>
#include <type_traits>

Go to the source code of this file.

Classes

struct  Fw::None_t
 Sentinel type representing the absence of a value in an Optional. More...
 
class  Fw::Optional< T >
 A type-safe container for an optional value. More...
 

Namespaces

 Fw
 Implementation of malloc based allocator.
 

Variables

constexpr None_t Fw::NONE = None_t()
 Global constant representing an absent/empty optional value. More...