Template Struct BoundValueRef< std::vector< T > >

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct BoundValueRef<std::vector<T>> : public Catch::Clara::Detail::BoundValueRefBase

Public Functions

inline explicit BoundValueRef(std::vector<T> &ref)
inline virtual auto isContainer() const -> bool override
inline virtual auto setValue(std::string const &arg) -> ParserResult override

Public Members

std::vector<T> &m_ref