Searched refs:OptionValueBase (Results 1 – 1 of 1) sorted by relevance
372 struct OptionValueBase : public GenericOptionValue { struct390 ~OptionValueBase() = default; argument431 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {435 ~OptionValueBase() = default;436 OptionValueBase() = default;437 OptionValueBase(const OptionValueBase&) = default;438 OptionValueBase &operator=(const OptionValueBase&) = default;444 : OptionValueBase<DataType, std::is_class<DataType>::value> {