ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Utils::size_in_bits< T > Struct Template Reference

Size of a type in bits. More...

#include <type_traits.hpp>

+ Inheritance diagram for Utils::size_in_bits< T >:
+ Collaboration diagram for Utils::size_in_bits< T >:

Detailed Description

template<class T>
struct Utils::size_in_bits< T >

Size of a type in bits.

On posix platforms this is 8 * sizeof(T).

Definition at line 55 of file type_traits.hpp.


The documentation for this struct was generated from the following file: