# ifndef ___OPTIONAL_H___ # define ___OPTIONAL_H___ #include template using OPT = boost::optional; const auto NULLOPT = boost::none; # endif //___OPTIONAL_HPP___