Open3D (C++ API)  0.18.0+80ae047
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()...;
};

The documentation for this struct was generated from the following file: