uatlib
Loading...
Searching...
No Matches
Concepts | Typedefs
type.hpp File Reference

Basic types and utilities. More...

#include <concepts>
#include <cstddef>
#include <cstdint>
#include <functional>
Include dependency graph for type.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Basic types and utilities.