NuDB Logo

PrevUpHomeNext

make_uid

Return a random uid.

Synopsis
template<
    class = void>
std::uint64_t
make_uid();
Description

This function will use the system provided random number device to generate a uniformly distributed 64-bit unsigned value suitable for use the uid value in a call to create.

Header

#include <nudb/create.hpp>


PrevUpHomeNext