Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dnn.hpp111 const PtrType &as_nullable() const & { return ptr; } in as_nullable() function in dropbox::oxygen::nn
112 PtrType &&as_nullable() && { return std::move(ptr); } in as_nullable() function in dropbox::oxygen::nn