Common: Add a Result class

This adds a lightweight, easy to use std::variant wrapper intended to
be used as a return type for functions that can return either a result
or an error code.
This commit is contained in:
Léo Lam
2018-03-02 23:27:29 +01:00
parent 7833f1a931
commit 1bdfedf3c6
3 changed files with 32 additions and 0 deletions

View File

@ -138,6 +138,7 @@
<ClInclude Include="PcapFile.h" />
<ClInclude Include="Profiler.h" />
<ClInclude Include="QoSSession.h" />
<ClInclude Include="Result.h" />
<ClInclude Include="ScopeGuard.h" />
<ClInclude Include="SDCardUtil.h" />
<ClInclude Include="Semaphore.h" />