예제 #1
0
파일: filter.hpp 프로젝트: Brainiarc7/TS
 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);
 }