MeVisLab Toolbox Reference
WEMObjectVector.h File Reference
#include "MLWEMIncludes.h"
#include <mlTemplateHelpers.h>

Go to the source code of this file.

Classes

class  ml::WEMObjectVector< T >
 Dynamic template vector. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::WEMInternal
 

Typedefs

template<typename T >
using ml::WEMInternal::object_reset_t = decltype(std::declval< T & >().reset())
 

Variables

template<typename T >
constexpr bool ml::WEMInternal::has_reset_v = is_detected_v<object_reset_t, T>