result
result copied to clipboard
add nodiscard attribute
template<typename R, typename E>
class
#if __cplusplus >= 201703L
[[nodiscard]]
#endif
Result {
};
This is c++17 feature and will show warning if you will ignore the Result