LLVM OpenMP 19.0.0git
kmp_convert< SourceType, TargetType, isSourceSmaller, isSourceEqual, isSourceSigned, isTargetSigned > Struct Template Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"

Detailed Description

template<typename SourceType, typename TargetType, bool isSourceSmaller = (sizeof(SourceType) < sizeof(TargetType)), bool isSourceEqual = (sizeof(SourceType) == sizeof(TargetType)), bool isSourceSigned = std::is_signed<SourceType>::value, bool isTargetSigned = std::is_signed<TargetType>::value>
struct kmp_convert< SourceType, TargetType, isSourceSmaller, isSourceEqual, isSourceSigned, isTargetSigned >

Definition at line 4756 of file kmp.h.


The documentation for this struct was generated from the following file: