emlabcpp
modern opinionated embedded C++ library
emlabcpp::convert_to< T > Member List

This is the complete list of members for emlabcpp::convert_to< T >, including all inherited members.

operator()(U &&src) const noexcept(noexcept(T{ std::forward< U >(src) }))emlabcpp::convert_to< T >inline