hej is hosted by Hepforge, IPPP Durham
HEJ 2.2.2
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
filesystem.hh File Reference

Utilities for interacting with the file system. More...

Go to the source code of this file.

Namespaces

namespace  HEJ
 Main HEJ 2 Namespace.
 

Functions

bool HEJ::is_regular (char const *filename)
 Check if the file is regular. More...
 

Detailed Description

Utilities for interacting with the file system.

Authors
The HEJ collaboration (see AUTHORS for details)
Date
2023

std::filesystem requires special library-dependent linker flags with older versions of libstc++ and libc++. To avoid this we reimplement the limited functionality we need using only POSIX.