![]() |
BRICKS
Small, useful blocks of code, to build bigger things.
|
▼Nbricks | |
Cbad_result_access | This is the type of the error thrown when accessing a bad result |
Cdeleter | A deleter is a function that deletes a pointer |
Chas_find | Checks if a type has a find method taking a specific type |
Cis_iterator | Checks if a type is an iterator |
Cmutex | A mutual exclusion primitive that can be used to protect shared data |
Cresult | A class to represent the result of an operation |
Crw_lock | A reader-writer lock |
Ctimer | A timer that can be started and aborted |
▼Nstd | STL namespace |
Chash< bricks::result< T, E > > | Template specialization of std::hash for result<T, E> |