Optional.h
Go to the documentation of this file.
1 #pragma once
2 #include <boost/optional.hpp>
3 
4 namespace lanelet {
5 // To be replaced by std::optional once c++17 is established
6 template <typename T>
7 using Optional = boost::optional<T>;
8 
9 } // namespace lanelet
boost::optional< T > Optional
Definition: Optional.h:7


lanelet2_core
Author(s): Fabian Poggenhans
autogenerated on Tue Jun 6 2023 02:23:32