예제 #1
0
 // generator interface
 void        operator()( parser const& p, boost::optional<T>& t ) const
 {
     p.get( m_ref_id, t );
 }