Fixes specialization error
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3b4ba7c82b
commit
880f476034
|
@ -7,7 +7,7 @@ namespace ArbUt {
|
||||||
|
|
||||||
/// @brief Simple data class to return a functions success or failure.
|
/// @brief Simple data class to return a functions success or failure.
|
||||||
/// @tparam T The potential return value of the function.
|
/// @tparam T The potential return value of the function.
|
||||||
template <class T> class Result<T> {
|
template <class T> class Result {
|
||||||
public:
|
public:
|
||||||
/// @brief Return a success, along with the success value.
|
/// @brief Return a success, along with the success value.
|
||||||
/// @param value The value to return.
|
/// @param value The value to return.
|
||||||
|
|
Loading…
Reference in New Issue