![]() |
uatlib
|
Basic types and utilities. More...
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <functional>
Go to the source code of this file.
Concepts | |
concept | uat::hashable |
Concept for types that are hashable. | |
concept | uat::region_compatible |
Concept for types that are compatible as regions. | |
Typedefs | |
using | uat::uint_t = std::size_t |
Default unsigned integer type. | |
using | uat::id_t = std::size_t |
Default type for identifier. | |
using | uat::value_t = double |
Default type for price. | |
Basic types and utilities.