| 
| template<typename T , typename X  = std::enable_if_t<!std::is_pointer_v<T>>>  | 
| constexpr T  | ConvertToValue (const T &value) | 
|   | 
| template<typename TValue , typename TTag >  | 
| constexpr TValue  | ConvertToValue (const utils::BaseValue< TValue, TTag > &value) | 
|   | Converts value into a value that can be stored in a catapult exception.  More...
  | 
|   | 
| template<typename T >  | 
| constexpr T  | ConvertToValue (const std::atomic< T > &value) | 
|   | Converts value into a value that can be stored in a catapult exception.  More...
  | 
|   | 
| template<typename TInputIterator >  | 
| std::string  | ConvertToValue (const utils::ContainerHexFormatter< TInputIterator > &value) | 
|   | Converts value into a value that can be stored in a catapult exception.  More...
  | 
|   |