Dev Essential  1.6.3
Loading...
Searching...
No Matches
result_description_impl.h File Reference
Include dependency graph for result_description_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  a_util
 Serves as the root component, with common functionality documented in core functionality.
 
namespace  a_util::result
 Serves as component for functionality handling error and return types.
 
namespace  a_util::result::detail
 Serves as namespace for result implementation details.
 

Functions

template<typename T>
bool a_util::result::detail::operator== (const ResultDescription< T > &lhs, const ResultDescription< T > &rhs)
 
template<typename T>
bool a_util::result::detail::operator!= (const ResultDescription< T > &lhs, const ResultDescription< T > &rhs)
 

Detailed Description

Private implementation for ResultDescription type and functions