#include <trackable.hxx>
|
template<typename F > |
using | wrap_type = decltype(std::declval< T >() ->strandedUnwrapped(std::declval< typename std::decay< F >::type >())) |
|
|
template<typename F > |
static wrap_type< F > | wrap (const T &arg, F &&func, boost::function< void()> onFail) |
|
template<typename T>
struct qi::detail::ObjectWrap< T, true >
Definition at line 145 of file trackable.hxx.
template<typename T >
template<typename F >
template<typename T >
template<typename F >
The documentation for this struct was generated from the following file: