Searched defs:SubstituteModifiers (Results 1 – 1 of 1) sorted by relevance
/dports/graphics/vigra/vigra-8acd73a/include/vigra/ |
H A D | accumulator-grammar.hxx | 709 struct SubstituteModifiers<A, B, false> struct 711 typedef B type; 715 struct SubstituteModifiers<AA<A>, BB<B>, true> struct 717 typedef AA<typename SubstituteModifiers<A, B>::type> type; 721 struct SubstituteModifiers<DefaultModifier<A>, BB<B>, true> struct 723 typedef BB<typename SubstituteModifiers<A, B>::type> type; 727 struct SubstituteModifiers<AA<A>, BB<B>, false> struct 729 typedef BB<typename SubstituteModifiers<A, B>::type> type;
|