libqi-api
2.8.7.4
|
Go to the source code of this file.
Namespaces | |
qi | |
Deprecated in 2.5. Use int8_t from <cstdint>. | |
qi::detail | |
Macros | |
#define | _QI_FUTUREUNWRAP_HPP_ |
Functions | |
template<typename T > | |
T | qi::detail::tryUnwrap (T anything) |
template<typename U > | |
Future< U > | qi::detail::tryUnwrap (Future< Future< U >> future) |
template<typename T > | |
auto | qi::detail::tryUnwrap (T &&anything, int) -> decltype(tryUnwrap(std::forward< T >(anything))) |
#define _QI_FUTUREUNWRAP_HPP_ |
Copyright (C) 2016 Aldebaran Robotics See COPYING for the license
Definition at line 8 of file futureunwrap.hpp.