nCine
2025.10.r509-f5e0959
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 Mon Oct 13 2025 14:22:46 for nCine by
1.9.8