Searched refs:OptionValueBase (Results 1 – 1 of 1) sorted by relevance
484 struct OptionValueBase : public GenericOptionValue { struct502 ~OptionValueBase() = default; argument543 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {547 OptionValueBase() = default;548 OptionValueBase(const OptionValueBase&) = default;549 OptionValueBase &operator=(const OptionValueBase &) = default;550 ~OptionValueBase() = default;556 : OptionValueBase<DataType, std::is_class<DataType>::value> {