mirror of
https://github.com/trafi/maybe-result-cpp
synced 2024-11-23 02:43:26 +01:00
Use markdown status.
This commit is contained in:
parent
9ce1a5be99
commit
9c2fbc7198
@ -1,8 +1,6 @@
|
|||||||
# Maybe Result
|
# Maybe Result
|
||||||
|
|
||||||
<div style="width: 100%; height: 32px;">
|
[![Build Status](https://travis-ci.org/trafi/maybe-result-cpp.svg?branch=master)](https://travis-ci.org/trafi/maybe-result-cpp)
|
||||||
<img src="https://travis-ci.org/trafi/maybe-result-cpp.svg?branch=master" alt="Status" style="float:left" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
Maybe Result is a return value wrapper that can contain either a value
|
Maybe Result is a return value wrapper that can contain either a value
|
||||||
`T` or error `E`. It borrows ideas heavily from the [C++17's
|
`T` or error `E`. It borrows ideas heavily from the [C++17's
|
||||||
|
Loading…
Reference in New Issue
Block a user