nCine
2025.08.r507-936d9b8
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 Sep 1 2025 02:07:28 for nCine by
1.9.8