Identifies which standard filesystem implementation is in use.

Synopsis

Declared in <folly/portability/Filesystem.h>

enum class which_enum : int;

Members

Name

Description

std

The C++17 std::filesystem implementation.

std_experimental

The std::experimental::filesystem implementation.

Created with MrDocs