Truthy File
Summary: File has a default constructor so it can be initialized late, but it doesn't have a good canonical way to see if it's been initialized. This adds an //explicit// operator bool so you can test files like `if (file) ...`. Test Plan: Unit tests Reviewed By: chaoyc@fb.com FB internal diff: D726914
Showing
Please register or sign in to comment