Home
last modified time | relevance | path

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

/third_party/boost/boost/proto/detail/
Ddeduce_domain.hpp117 struct common_domain2 struct
120 … static int const index = domain_<D0>::index - sizeof(domain_<D0>::deduce98((domain_<D1>*)0));
121 typedef typename nth_domain<index, domain_<D0> >::type type;
128 struct common_domain2<D0, D1, 2> struct
130 typedef D1 type;
134 struct common_domain2<D0, D1, 3> struct
136 typedef D0 type;
140 struct common_domain2<D0, default_domain, 4> struct
142 typedef D0 type;
146 struct common_domain2<D0, basic_default_domain, 4> struct
[all …]