Classes | Functions
boost::_bi Namespace Reference

Classes

struct  add_cref
 
struct  add_cref< M T::*, 0 >
 
struct  add_cref< M T::*, 1 >
 
struct  add_cref< R(T::*)() const, 1 >
 
struct  add_cref< R(T::*)(), 1 >
 
struct  add_value
 
struct  add_value< arg< I > >
 
struct  add_value< arg< I >(*)() >
 
struct  add_value< bind_t< R, F, L > >
 
struct  add_value< reference_wrapper< T > >
 
struct  add_value< value< T > >
 
struct  add_value_2
 
struct  add_value_2< T, 0 >
 
class  bind_t
 
struct  dm_result
 
struct  dm_result< Pm, bind_t< R, F, L > >
 
struct  isref
 
struct  isref< R & >
 
struct  isref< R * >
 
class  list0
 
class  list1
 
class  list2
 
class  list3
 
class  list4
 
class  list5
 
class  list6
 
class  list7
 
class  list8
 
class  list9
 
struct  list_av_1
 
struct  list_av_2
 
struct  list_av_3
 
struct  list_av_4
 
struct  list_av_5
 
struct  list_av_6
 
struct  list_av_7
 
struct  list_av_8
 
struct  list_av_9
 
struct  logical_not
 
struct  result_traits
 
struct  result_traits< unspecified, F >
 
struct  result_traits< unspecified, reference_wrapper< F > >
 
class  rrlist1
 
class  rrlist2
 
class  rrlist3
 
class  rrlist4
 
class  rrlist5
 
class  rrlist6
 
class  rrlist7
 
class  rrlist8
 
class  rrlist9
 
struct  storage1
 
struct  storage1< boost::arg< I > >
 
struct  storage1< boost::arg< I >(*)() >
 
struct  storage2
 
struct  storage2< A1, boost::arg< I > >
 
struct  storage2< A1, boost::arg< I >(*)() >
 
struct  storage3
 
struct  storage3< A1, A2, boost::arg< I > >
 
struct  storage3< A1, A2, boost::arg< I >(*)() >
 
struct  storage4
 
struct  storage4< A1, A2, A3, boost::arg< I > >
 
struct  storage4< A1, A2, A3, boost::arg< I >(*)() >
 
struct  storage5
 
struct  storage5< A1, A2, A3, A4, boost::arg< I > >
 
struct  storage5< A1, A2, A3, A4, boost::arg< I >(*)() >
 
struct  storage6
 
struct  storage6< A1, A2, A3, A4, A5, boost::arg< I > >
 
struct  storage6< A1, A2, A3, A4, A5, boost::arg< I >(*)() >
 
struct  storage7
 
struct  storage7< A1, A2, A3, A4, A5, A6, boost::arg< I > >
 
struct  storage7< A1, A2, A3, A4, A5, A6, boost::arg< I >(*)() >
 
struct  storage8
 
struct  storage8< A1, A2, A3, A4, A5, A6, A7, boost::arg< I > >
 
struct  storage8< A1, A2, A3, A4, A5, A6, A7, boost::arg< I >(*)() >
 
struct  storage9
 
struct  storage9< A1, A2, A3, A4, A5, A6, A7, A8, boost::arg< I > >
 
struct  storage9< A1, A2, A3, A4, A5, A6, A7, A8, boost::arg< I >(*)() >
 
class  type
 
struct  unspecified
 
struct  unwrapper
 
class  value
 

Functions

template<class R , class F , class L >
bool function_equal (bind_t< R, F, L > const &a, bind_t< R, F, L > const &b)
 
template<class R , class F , class L >
bind_t< bool, logical_not, list1< bind_t< R, F, L > > > operator! (bind_t< R, F, L > const &f)
 
template<int I>
bool ref_compare (arg< I > const &, arg< I > const &, int)
 
template<int I>
bool ref_compare (arg< I >(*)(), arg< I >(*)(), int)
 
template<class R , class F , class L >
bool ref_compare (bind_t< R, F, L > const &a, bind_t< R, F, L > const &b, int)
 
template<class T >
bool ref_compare (reference_wrapper< T > const &a, reference_wrapper< T > const &b, int)
 
template<class T >
bool ref_compare (T const &a, T const &b, long)
 
template<class T >
bool ref_compare (value< weak_ptr< T > > const &a, value< weak_ptr< T > > const &b, int)
 
template<class V , class R , class F , class L >
void visit_each (V &v, bind_t< R, F, L > const &t, int)
 
template<class V , class T >
void visit_each (V &v, value< T > const &t, int)
 

Function Documentation

◆ function_equal()

template<class R , class F , class L >
bool boost::_bi::function_equal ( bind_t< R, F, L > const &  a,
bind_t< R, F, L > const &  b 
)

Definition at line 1517 of file bind/bind.hpp.

◆ operator!()

template<class R , class F , class L >
bind_t< bool, logical_not, list1< bind_t<R, F, L> > > boost::_bi::operator! ( bind_t< R, F, L > const &  f)

Definition at line 1753 of file bind/bind.hpp.

◆ ref_compare() [1/6]

template<int I>
bool boost::_bi::ref_compare ( arg< I > const &  ,
arg< I > const &  ,
int   
)

Definition at line 92 of file bind/bind.hpp.

◆ ref_compare() [2/6]

template<int I>
bool boost::_bi::ref_compare ( arg< I >  *)(,
arg< I >  *)(,
int   
)

Definition at line 97 of file bind/bind.hpp.

◆ ref_compare() [3/6]

template<class R , class F , class L >
bool boost::_bi::ref_compare ( bind_t< R, F, L > const &  a,
bind_t< R, F, L > const &  b,
int   
)

Definition at line 111 of file bind/bind.hpp.

◆ ref_compare() [4/6]

template<class T >
bool boost::_bi::ref_compare ( reference_wrapper< T > const &  a,
reference_wrapper< T > const &  b,
int   
)

Definition at line 102 of file bind/bind.hpp.

◆ ref_compare() [5/6]

template<class T >
bool boost::_bi::ref_compare ( T const &  a,
T const &  b,
long   
)

Definition at line 87 of file bind/bind.hpp.

◆ ref_compare() [6/6]

template<class T >
bool boost::_bi::ref_compare ( value< weak_ptr< T > > const &  a,
value< weak_ptr< T > > const &  b,
int   
)

Definition at line 139 of file bind/bind.hpp.

◆ visit_each() [1/2]

template<class V , class R , class F , class L >
void boost::_bi::visit_each ( V &  v,
bind_t< R, F, L > const &  t,
int   
)

Definition at line 1823 of file bind/bind.hpp.

◆ visit_each() [2/2]

template<class V , class T >
void boost::_bi::visit_each ( V &  v,
value< T > const &  t,
int   
)

Definition at line 1817 of file bind/bind.hpp.



sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:23