Libsockcanpp
A complete C++ wrapper around socketcan.
Loading...
Searching...
No Matches
Data Structures | Namespaces
EnumCheck.hpp File Reference

Contains the implementation og a constexpr enumeration value checker. More...

Go to the source code of this file.

Data Structures

class  sockcanpp::EnumCheck< EnumType >
 
class  sockcanpp::EnumCheck< EnumType, V, Next... >
 

Namespaces

namespace  sockcanpp
 Main library namespace.
 

Detailed Description

Contains the implementation og a constexpr enumeration value checker.

Author
Simon Cahill (conta.nosp@m.ct@s.nosp@m.imonc.nosp@m..eu)
Version
0.1
Date
2025-03-25

The entirety of this code is copied from https://stackoverflow.com/a/33091821/2921426

Definition in file EnumCheck.hpp.