Home
last modified time | relevance | path

Searched defs:handle_wrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/filesystem/src/
Doperations.cpp606 struct handle_wrapper struct
608 HANDLE handle;
610 handle_wrapper() BOOST_NOEXCEPT : handle(INVALID_HANDLE_VALUE) {} in handle_wrapper() function
611 explicit handle_wrapper(HANDLE h) BOOST_NOEXCEPT : handle(h) {} in handle_wrapper() argument
612 ~handle_wrapper() BOOST_NOEXCEPT in ~handle_wrapper()