Searched refs:OptionValueBase (Results 1 – 1 of 1) sorted by relevance
374 struct OptionValueBase : public GenericOptionValue { struct392 ~OptionValueBase() = default; argument433 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {437 ~OptionValueBase() = default;438 OptionValueBase() = default;439 OptionValueBase(const OptionValueBase&) = default;440 OptionValueBase &operator=(const OptionValueBase&) = default;446 : OptionValueBase<DataType, std::is_class<DataType>::value> {