Searched refs:BOOST_HOF_DELEGATE_CONSTRUCTOR (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/hof/detail/ |
D | delegate.hpp | 66 #define BOOST_HOF_DELEGATE_CONSTRUCTOR(C, T, var) BOOST_HOF_DELGATE_PRIMITIVE_CONSTRUCTOR(constexpr… macro 71 #define BOOST_HOF_INHERIT_CONSTRUCTOR(Derived, Base) BOOST_HOF_DELEGATE_CONSTRUCTOR(Derived, Base, …
|
D | callable_base.hpp | 29 BOOST_HOF_DELEGATE_CONSTRUCTOR(non_class_function, F, f)
|
/third_party/boost/boost/hof/ |
D | mutable.hpp | 54 BOOST_HOF_DELEGATE_CONSTRUCTOR(mutable_adaptor, F, f);
|
D | always.hpp | 87 BOOST_HOF_DELEGATE_CONSTRUCTOR(always_base, T, x)
|
D | alias.hpp | 104 BOOST_HOF_DELEGATE_CONSTRUCTOR(alias, T, value)
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | mutable.hpp.txt | 54 BOOST_HOF_DELEGATE_CONSTRUCTOR(mutable_adaptor, F, f);
|
D | always.hpp.txt | 87 BOOST_HOF_DELEGATE_CONSTRUCTOR(always_base, T, x)
|