15 #ifndef CONCEALER__CONVERT_HPP_
16 #define CONCEALER__CONVERT_HPP_
20 template <
typename To,
typename From>
23 return std::forward<decltype(from)>(from);
Definition: autoware_universe.hpp:40
auto convert(const From &from) -> To
Definition: convert.hpp:21