41#ifndef LIB_BUILDER_QUALIFIER_SUPPORT_H
42#define LIB_BUILDER_QUALIFIER_SUPPORT_H
71 using Manipulator::Manipulator;
75 template<
class... QUALS>
Mix-in to accept and apply an arbitrary sequence of qualifier functors.
friend void qualify(TAR &)
std::function< void(TAR &)> Manipulator
friend void qualify(TAR &target, Qualifier &qualifier, QUALS &...qs)
Main entrance point: apply the given qualifiers in sequence to the target.
Implementation namespace for support and library code.