Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dmeta_utils.hpp487 struct is_rv_impl struct
488 { static const bool value = false; };
491 struct is_rv_impl< rv<T> > struct
492 { static const bool value = true; };
495 struct is_rv_impl< const rv<T> > struct
496 { static const bool value = true; };