Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template write_formatted_message

boost::parser::write_formatted_message

Synopsis

// In header: <boost/parser/error_handling.hpp>


template<typename Iter, typename Sentinel> 
   
  ( os,  filename, 
                          Iter first, Iter it, Sentinel last, 
                           message, 
                          int64_t preferred_max_line_length = , 
                          int64_t max_after_caret = );

Description

Writes a formatted message (meaning prefixed with the file name, line, and column number) to os.


PrevUpHomeNext