#include <future.hpp>
|
| template<typename G , typename std::enable_if< std::is_constructible< F, G >::value, int >::type = 0> |
| | UndiscardableDecorator (G &&g) |
| |
| template<typename... Args> |
| auto | operator() (Args &&...args) -> decltype(std::declval< F & >()(std::forward< Args >(args)...)) |
| |
template<typename F >
template<typename G , typename std::enable_if< std::is_constructible< F, G >::value, int >::type = 0>
template<typename F >
template<typename... Args>
The documentation for this struct was generated from the following file: