Lines
100 %
Functions
#pragma once
#include <cstdint>
#include "source/common/common/logger.h"
namespace Envoy {
class OptionsImplPlatform : protected Logger::Loggable<Logger::Id::config> {
public:
static uint32_t getCpuCount();
};
} // namespace Envoy