MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::ResultLikeWithVoid Concept Reference

Represents a type that fulfills the "result" contract while having no success value Does NOT check the error value (the error can be of any type) More...

#include <traits.hpp>

Concept definition

template<typename T>
Represents a type that fulfills the "result" contract while having a success value of a specific type...
Represents a type that fulfills the "result" contract while having no success value Does NOT check th...

Detailed Description

Represents a type that fulfills the "result" contract while having no success value Does NOT check the error value (the error can be of any type)

Definition at line 180 of file core/mtcore/traits.hpp.