示例#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);
 }