Home
last modified time | relevance | path

Searched defs:call_traits (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dcall_traits.hpp74 struct call_traits struct
77 typedef T value_type;
78 typedef T& reference;
79 typedef const T& const_reference;
91 >::param_type param_type;
95 struct call_traits<T&> struct
97 typedef T& value_type;
98 typedef T& reference;
99 typedef const T& const_reference;
100 typedef T& param_type; // hh removed const
[all …]