Program Listing for File identify.hpp
↰ Return to documentation for file (cosm/hal/sensors/identify.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include <utility>
/*******************************************************************************
* Namespaces/Decls
******************************************************************************/
namespace cosm::hal::sensors {
/*******************************************************************************
* Other Templates
******************************************************************************/
template <typename TSensor>
using is_null_sensor = std::is_null_pointer<TSensor>;
} /* namespace cosm::hal::sensors */