implement chrono conversions for unusual duration types
[folly.git] / folly / File.h
index 8d668d8bc7934949aa24a854362ea94e324f4404..958347d2b40d96e38164ccb7d2e4bafbc8a80121 100644 (file)
@@ -49,6 +49,7 @@ class File {
 
   /**
    * Open and create a file object.  Throws on error.
+   * Owns the file descriptor implicitly.
    */
   explicit File(const char* name, int flags = O_RDONLY, mode_t mode = 0666);
   explicit File(