| 1878 | bool m_explicitlySet = false; |
| 1879 | |
| 1880 | template <class T> bool SetInternal(const T &value) |
| 1881 | { |
| 1882 | m_explicitlySet = true; |
| 1883 | *std::get<T *>(m_value) = value; |
| 1884 | return RunAllActions(); |
| 1885 | } |
| 1886 | |
| 1887 | bool ProcessString(std::string &value) const; |
| 1888 |