core.h
Go to the documentation of this file.
1 //-------------------------------------------------------------------
2 // Nano RPC
3 // https://github.com/tdv/nanorpc
4 // Created: 05.2018
5 // Copyright (C) 2018 tdv
6 //-------------------------------------------------------------------
7 
8 #ifndef __NANO_RPC_VERSION_CORE_H__
9 #define __NANO_RPC_VERSION_CORE_H__
10 
11 // STD
12 #include <cstdint>
13 #include <type_traits>
14 
15 namespace nanorpc
16 {
17 namespace version
18 {
19 namespace core
20 {
21 
22 using protocol = std::integral_constant<std::uint32_t, 1>;
23 
24 } // namespace core
25 } // namespace version
26 } // namespace nanorpc
27 
28 
29 #endif // !__NANO_RPC_VERSION_CORE_H__
nanorpc
Definition: client.h:30
nanorpc::version::core::protocol
std::integral_constant< std::uint32_t, 1 > protocol
Definition: core.h:22


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19