Libsockcanpp
A complete C++ wrapper around socketcan.
|
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. | |
Contains the implementation og a constexpr enumeration value checker.
The entirety of this code is copied from https://stackoverflow.com/a/33091821/2921426
Definition in file EnumCheck.hpp.