Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_smart.hpp49 template <class Dummy, int i> struct crazy_accepts { struct
50 static const bool args = false;
52 template <class Dummy> struct crazy_accepts<Dummy,0> { struct
53 static const bool args = true;
59 template <class Dummy, int i> struct crazy_accepts { struct
60 static const bool args = false;
62 template <class Dummy> struct crazy_accepts<Dummy,1> { struct
63 static const bool args = true;
69 template <class Dummy, int i> struct crazy_accepts { struct
70 static const bool args = false;
[all …]