to_uint64 Integer Attribute Shim.
#include <stlsoft/stlsoft.h>
#include <stlsoft/shims/conversion/to_uint64/degenerate.hpp>
Go to the source code of this file.
Namespaces | |
namespace | stlsoft |
Functions | |
stlsoft::ss_uint64_t | to_uint64 (ULARGE_INTEGER const &uli) |
Converts a ULARGE_INTEGER instance to an unsigned 64-bit integer value. | |
stlsoft::ss_uint64_t | to_uint64 (ULARGE_INTEGER const *puli) |
Converts a pointer to a ULARGE_INTEGER instance to an unsigned 64-bit integer value. |