24 #ifndef VISIONCPP_INCLUDE_FRAMEWORK_TOOLS_STATIC_IF_HPP_
25 #define VISIONCPP_INCLUDE_FRAMEWORK_TOOLS_STATIC_IF_HPP_
40 template <
typename Nested,
size_t LVL>
51 template <
bool Conds,
typename T1,
typename T2>
57 template <
typename T1,
typename T2>
69 template <
bool Conds,
size_t X,
size_t Y>
71 static constexpr
size_t Value = X;
74 template <
size_t X,
size_t Y>
76 static constexpr
size_t Value = Y;
the definition is in LeafNode.