boost::openmethod::virtual_traits<Class&&, Registry>
Specialize virtual_traits for xvalue reference types.
Synopsis
Declared in <boost/openmethod/core.hpp>
template<
class Class,
class Registry>
struct virtual_traits<Class&&, Registry>;
Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Specialize virtual_traits for xvalue reference types.
Declared in <boost/openmethod/core.hpp>
template<
class Class,
class Registry>
struct virtual_traits<Class&&, Registry>;