TRLC Platform Library  1.0.0
Header-only C++ library for compile-time platform detection and abstraction
trlc::platform::traits::RuntimeFeatureAvailable< TFeature > Struct Template Reference

Type trait for runtime feature availability (non-constexpr) More...

#include <trlc/platform/traits.hpp>

Static Public Member Functions

static bool value ()
 

Detailed Description

template<RuntimeFeature TFeature>
struct trlc::platform::traits::RuntimeFeatureAvailable< TFeature >

Type trait for runtime feature availability (non-constexpr)

Template Parameters
TFeatureRuntimeFeature to check

Definition at line 296 of file traits.hpp.

Member Function Documentation

◆ value()

template<RuntimeFeature TFeature>
static bool trlc::platform::traits::RuntimeFeatureAvailable< TFeature >::value ( )
inlinestatic

Definition at line 297 of file traits.hpp.


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