Template Function morpheus::size_in_bits

(Latest Version)
template<typename T>
constexpr std::size_t morpheus::size_in_bits()

Template function to calculate the size in bits of a given type.

Template Parameters

T – The type to calculate the size for.

Returns

The size in bits of the given type.

Previous Function morpheus::set_contiguous_stride
Next Function morpheus::table_to_csv
© Copyright 2024, NVIDIA. Last updated on Jul 8, 2024.