D | pointer.h | 713 //!@name Set a value 716 //! Set a value in a subtree, with move semantics. 722 \param value Value to be set. 726 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set() function 730 //! Set a value in a subtree, with copy semantics. 731 …ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocat… in Set() function 735 //! Set a null-terminated string in a subtree. 736 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set() function 741 //! Set a std::basic_string in a subtree. 742 …ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorT… in Set() function [all …]
|