Open3D (C++ API)
0.18.0
Loading...
Searching...
No Matches
open3d
utility
Overloaded
open3d::utility::Overloaded< Ts > Struct Template Reference
Detailed Description
template<typename... Ts>
struct open3d::utility::Overloaded< Ts >
Generic functor for overloading (lambda) functions. See Overload(...) function on how to use it.
Note
In C++17, this could be simplified to:
template
<
typename
... Ts>
struct
Overloaded
: Ts... {
using
Ts::operator()...;
};
open3d::utility::Overloaded
Definition
Overload.h:25
The documentation for this struct was generated from the following file:
cpp/open3d/utility/
Overload.h
Generated by
1.9.8