bool operator () (Align const &a) { return (m_first(a) && m_second(a) && m_third(a)); }
result_type operator() (record_view const& rec, stream_type& strm) const { m_first(rec, strm); m_second(rec, strm); }