nCine 2025.08.r507-936d9b8
A cross-platform 2D game engine
Loading...
Searching...
No Matches
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
staticconstexpr
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: