HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
invoke_hpp::impl Namespace Reference

Classes

struct  make_void
 
struct  make_integer_sequence_impl
 
struct  make_integer_sequence_impl< T, 0, Ints...>
 
struct  is_reference_wrapper_impl
 
struct  is_reference_wrapper_impl< std::reference_wrapper< U > >
 
struct  invoke_result_impl_tag
 
struct  invoke_result_impl
 
struct  invoke_result_impl< void_t< invoke_result_impl_tag, decltype(invoke_hpp::invoke(std::declval< F >(), std::declval< Args >()...))>, F, Args...>
 
struct  is_invocable_r_impl_tag
 
struct  is_invocable_r_impl
 
struct  is_invocable_r_impl< void_t< is_invocable_r_impl_tag, invoke_result_t< F, Args...> >, R, F, Args...>