Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Easys::log::is_enabled< L > Struct Template Reference

#include <log.hpp>

Static Public Attributes

static constexpr bool value = (EASYS_LOG_ENABLED == 1) && (static_cast<int>(L) <= EASYS_LOG_LEVEL)
 

Member Data Documentation

◆ value

template<LogLevel L>
constexpr bool Easys::log::is_enabled< L >::value = (EASYS_LOG_ENABLED == 1) && (static_cast<int>(L) <= EASYS_LOG_LEVEL)
staticconstexpr

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