MCPcopy Create free account
hub / github.com/boostorg/filesystem / stat

Class stat

src/operations.cpp:2448–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2446{
2447#ifdef BOOST_FILESYSTEM_POSIX_API
2448 typedef struct stat struct_stat;
2449 return sizeof(struct_stat().st_size) > 4;
2450#else
2451 return true;

Callers 9

operations.cppFile · 0.70
create_directoryFunction · 0.70
equivalent_v3Function · 0.70
equivalent_v4Function · 0.70
file_sizeFunction · 0.70
hard_link_countFunction · 0.70
time_t creation_timeMethod · 0.70
last_write_timeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected