Dev Essential
Loading...
Searching...
No Matches
result.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_RESULT_HEADER_INCLUDED
16#define A_UTIL_RESULT_HEADER_INCLUDED
17
18namespace a_util {
20namespace result {
22namespace detail {
23}
24} // namespace result
25} // namespace a_util
26
31
32#endif // A_UTIL_RESULT_HEADER_INCLUDED
Serves as namespace for result implementation details.
Definition result.h:22
Serves as component for functionality handling error and return types.
Definition result.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24