bux API Reference 1.11.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include <AtomiX.h>
Public Member Functions | |
template<class T_KeyIn, class F> requires std::constructible_from<T_Key,T_KeyIn> && std::invocable<F,T_Value&> | |
const T_Value & | operator() (T_KeyIn key, F set_value) |
auto | size () const |
|
inline |
Definition at line 36 of file AtomiX.h.
References bux::C_SpinLock::unlock().
|
inline |