8 #ifndef OPENLIBRARY_A_START_ROUTER_TRAITS_HPP
9 #define OPENLIBRARY_A_START_ROUTER_TRAITS_HPP
11 #include <forward_list>
16 #define constexpr const
26 static constexpr
bool prependable =
false;
34 static constexpr
bool prependable =
true;
42 static constexpr
bool prependable =
true;
50 static constexpr
bool prependable =
true;
Definition: traits.hpp:24