#include <VariantChannel.hpp>
|  | 
| template<typename V , std::enable_if_t< std::is_same< U, V >::value, int >  = 0> | 
| boost::shared_array< U > | operator() (const Channel< V > &channel) const | 
|  | 
| template<typename V , std::enable_if_t<!std::is_same< U, V >::value, int >  = 0> | 
| boost::shared_array< U > | operator() (const Channel< V > &channel) const | 
|  | 
template<typename... T>
template<typename U>
struct lvr2::VariantChannel< T >::DataPtrVisitor< U >
Definition at line 105 of file VariantChannel.hpp.
◆ operator()() [1/2]
template<typename... T> 
template<typename U > 
template<typename V , std::enable_if_t< std::is_same< U, V >::value, int >  = 0> 
 
 
◆ operator()() [2/2]
template<typename... T> 
template<typename U > 
template<typename V , std::enable_if_t<!std::is_same< U, V >::value, int >  = 0> 
 
 
The documentation for this struct was generated from the following file: