NuDB Logo

PrevUpHomeNext

block_size

Returns the best guess at the volume's block size.

Synopsis
std::size_t
block_size(
    path_type const& path);
Description
Parameters

Name

Description

path

A path to a file on the device. The file does not need to exist.

Header

#include <nudb/file.hpp>


PrevUpHomeNext