Convert std::variant object into the underlying type.
More...
#include <homog2d.hpp>
|
const std::variant< Ts... > & | var |
|
template<typename... Ts>
struct h2d::fct::VariantUnwrapper< Ts >
Convert std::variant object into the underlying type.
source: https://stackoverflow.com/a/72955535/193789
◆ operator T()
template<typename... Ts>
template<typename T >
1098 {
return std::get<T>(
var); }
const std::variant< Ts... > & var
Definition: homog2d.hpp:1095
◆ var
The documentation for this struct was generated from the following file: