VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::filesystem_entry Struct Reference

Result of probing a filesystem path that bundles status metadata and the failure code. More...

#include <filesystem_adapter.hpp>

Collaboration diagram for sqlite::v2::filesystem_entry:
Collaboration graph

Public Attributes

std::filesystem::file_status status
std::error_code error

Detailed Description

Result of probing a filesystem path that bundles status metadata and the failure code.

Definition at line 49 of file filesystem_adapter.hpp.

Member Data Documentation

◆ error

std::error_code sqlite::v2::filesystem_entry::error

Definition at line 51 of file filesystem_adapter.hpp.

◆ status

std::filesystem::file_status sqlite::v2::filesystem_entry::status

Definition at line 50 of file filesystem_adapter.hpp.


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