libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
futureunwrap.hpp File Reference
#include <type_traits>
#include <qi/macro.hpp>

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 >
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)))
 

Macro Definition Documentation

#define _QI_FUTUREUNWRAP_HPP_

Copyright (C) 2016 Aldebaran Robotics See COPYING for the license

Definition at line 8 of file futureunwrap.hpp.