#include "output.h" #include using namespace NColorizer; template <> void Out(IOutputStream& o, const TColorHandle& h) { o << (*(h.C).*h.F)(); }