|
di 0.1.0
|
Namespaces | |
| namespace | generic_error |
Classes | |
| class | GenericDomain |
Typedefs | |
| using | ThreadId = std::thread::id |
| using | DefaultLock = std::mutex |
| using | DefaultAllocator = container::InfallibleAllocator |
| using | DefaultFallibleAllocator = container::FallibleAllocator |
Enumerations | |
| enum class | BasicError : long { Success = 0 , NotEnoughMemory , ResultOutOfRange , InvalidArgument , ValueTooLarge , OperationCanceled , Cancelled } |
Functions | |
| auto | get_current_thread_id () -> ThreadId |
| constexpr auto | tag_invoke (types::Tag< vocab::into_status_code >, BasicError error) |
Variables | |
| constexpr auto | generic_domain = GenericDomain {} |
| using di::platform::DefaultLock = std::mutex |
| using di::platform::ThreadId = std::thread::id |
|
inline |
|
inlineconstexpr |