ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
SizeofTuple
ocean
io
compress
lzo
LzoHeader
Calculates the sum of the sizes of the types of T
template
SizeofTuple (
T
...
) {
static immutable
static if
(
T.length > 1
)
auto
SizeofTuple
;
static immutable
static if
(!(
T.length > 1
))
static if
(
T.length == 1
)
auto
SizeofTuple
;
static immutable
static if
(!(
T.length > 1
))
static if
(!(
T.length == 1
))
size_t
SizeofTuple
;
}
Members
Static variables
SizeofTuple
auto
SizeofTuple
;
Undocumented in source.
SizeofTuple
auto
SizeofTuple
;
Undocumented in source.
SizeofTuple
size_t
SizeofTuple
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
compress
lzo
LzoHeader
structs
LzoHeader
Terminator
templates
SizeofTuple
Calculates the sum of the sizes of the types of T