libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::SourceLocation Struct Reference

Minimal std::source_location-like shim (this library targets C++17). More...

#include <error.hpp>

Public Attributes

const charfile = ""
 
int line = 0
 
const char * function = ""
 

Detailed Description

Minimal std::source_location-like shim (this library targets C++17).

Member Data Documentation

◆ file

const char* sshpp::SourceLocation::file = ""

◆ line

int sshpp::SourceLocation::line = 0

◆ function

const char* sshpp::SourceLocation::function = ""

The documentation for this struct was generated from the following file: