nCine
2026.03.r1-14c2a6f
A cross-platform 2D game engine
Loading...
Searching...
No Matches
nctl
detail
isTrivial
Static Public Attributes
|
List of all members
nctl::detail::isTrivial< T > Struct Template Reference
Static Public Attributes
static
constexpr
bool
value
Member Data Documentation
◆
value
template<
typename
T >
constexpr
bool
nctl::detail::isTrivial
< T >::value
static
constexpr
Initial value:
=
__is_trivially_constructible(T) &&
__is_trivially_copyable(T) &&
!__is_union(T) &&
!__is_abstract(T)
The documentation for this struct was generated from the following file:
include/nctl/
utility.h
Generated on Wed Mar 11 2026 02:35:56 for nCine by
1.9.8