Public Types | Private Types | List of all members
boost::detail::function::get_function_tag< F > Class Template Reference

#include <function_base.hpp>

Public Types

typedef or_ref_tag type
 

Private Types

typedef mpl::if_c<(is_reference_wrapper< F >::value), function_obj_ref_tag, ptr_or_obj_or_mem_tag >::type or_ref_tag
 
typedef mpl::if_c<(is_member_pointer< F >::value), member_ptr_tag, ptr_or_obj_tag >::type ptr_or_obj_or_mem_tag
 
typedef mpl::if_c<(is_pointer< F >::value), function_ptr_tag, function_obj_tag >::type ptr_or_obj_tag
 

Detailed Description

template<typename F>
class boost::detail::function::get_function_tag< F >

Definition at line 177 of file function_base.hpp.

Member Typedef Documentation

Definition at line 189 of file function_base.hpp.

Definition at line 185 of file function_base.hpp.

Definition at line 181 of file function_base.hpp.

template<typename F>
typedef or_ref_tag boost::detail::function::get_function_tag< F >::type

Definition at line 192 of file function_base.hpp.


The documentation for this class was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:34