Home
last modified time | relevance | path

Searched defs:file_position_without_column_base (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/spirit/home/classic/iterator/
Dposition_iterator.hpp32 struct file_position_without_column_base { struct
33 String file;
34 int line;
36 file_position_without_column_base(String const& file_ = String(), in file_position_without_column_base() function
42 bool operator==(const file_position_without_column_base& fp) const in operator ==()