mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -177,6 +177,7 @@ static_assert(ValidType<uint8_t[]>);
|
||||
static_assert(ValidType<std::vector<uint8_t>>);
|
||||
|
||||
template <ValidType T, NT_Type type>
|
||||
// NOLINTNEXTLINE(google-readability-casting)
|
||||
constexpr bool IsNTType = TypeInfo<std::remove_cvref_t<T>>::kType == type;
|
||||
|
||||
static_assert(IsNTType<bool, NT_BOOLEAN>);
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <functional>
|
||||
#include <string_view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user