|
csvpp 1.2.0
CSV parsing / writing libraries
|
Out of range error. More...
#include <csv.hpp>


Public Member Functions | |
| Out_of_range_error (const std::string &msg) | |
Public Member Functions inherited from csv::Error | |
| const char * | what () const override throw () |
Additional Inherited Members | |
Protected Member Functions inherited from csv::Error | |
| Error (const std::string &msg) | |
Out of range error.
Thrown when Reader is read from beyond the end of input
|
inlineexplicit |
| msg | Error message |