LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Functions
boost::filesystem Namespace Reference

Functions

path absolute (const path &p)
 

Function Documentation

◆ absolute()

path boost::filesystem::absolute ( const path &  p)

Definition at line 47 of file PolicyFile.cc.

48  {
49  return complete(p);
50  }