Home
last modified time | relevance | path

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

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Daccumulator-grammar.hxx709 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;