Home
last modified time | relevance | path

Searched defs:BOOST_HOF_STATIC_CONST_VAR (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/hof/detail/
Dstatic_const_var.hpp61 #define BOOST_HOF_STATIC_CONST_VAR(name) extern __attribute__((weak)) constexpr auto name macro
63 #define BOOST_HOF_STATIC_CONST_VAR(name) static constexpr auto& name = boost::hof::detail::static_c… macro