struct to capture the start position of the current token  
 More...
#include <json.hpp>
 | 
| constexpr  | operator size_t () const | 
|   | conversion to size_t to preserve SAX interface  
  | 
|   | 
struct to capture the start position of the current token 
Definition at line 3036 of file json.hpp.
 
◆ operator size_t()
  
  
      
        
          | detail::position_t::operator size_t  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineconstexpr   | 
  
 
conversion to size_t to preserve SAX interface 
Definition at line 3046 of file json.hpp.
 
 
◆ chars_read_current_line
      
        
          | std::size_t detail::position_t::chars_read_current_line = 0 | 
        
      
 
the number of characters read in the current line 
Definition at line 3041 of file json.hpp.
 
 
◆ chars_read_total
      
        
          | std::size_t detail::position_t::chars_read_total = 0 | 
        
      
 
the total number of characters read 
Definition at line 3039 of file json.hpp.
 
 
◆ lines_read
      
        
          | std::size_t detail::position_t::lines_read = 0 | 
        
      
 
the number of lines read 
Definition at line 3043 of file json.hpp.
 
 
The documentation for this struct was generated from the following file:
- D:/Peridyno/peridyno/src/Rendering/GUI/WtGUI/NodeEditor/json.hpp