F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Nil.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // \file Nil.hpp
3 // \author bocchino
4 // \brief The Nil type
5 // ======================================================================
6 
7 #ifndef Fw_Nil_HPP
8 #define Fw_Nil_HPP
9 
10 namespace Fw {
11 
12 struct Nil {};
13 
14 } // namespace Fw
15 
16 #endif
Definition: Nil.hpp:12