KiCad PCB EDA Suite
optional.h
Go to the documentation of this file.
1
# ifndef ___OPTIONAL_H___
2
# define ___OPTIONAL_H___
3
4
#include <boost/optional.hpp>
5
6
template
<
typename
T>
7
using
OPT
= boost::optional<T>;
8
9
const
auto
NULLOPT
= boost::none;
10
11
# endif //___OPTIONAL_HPP___
NULLOPT
const auto NULLOPT
Definition:
optional.h:9
OPT
boost::optional< T > OPT
Definition:
optional.h:7
include
core
optional.h
Generated on Sat Mar 6 2021 04:14:52 for KiCad PCB EDA Suite by
1.8.15