struct ov::CheckLocInfo

#include <except.hpp>

struct CheckLocInfo
{
    // fields

    const char \* file;
    int line;
    const char \* check_string;
};