Searched defs:is_rv_impl (Results 1 – 1 of 1) sorted by relevance
487 struct is_rv_impl struct488 { static const bool value = false; };491 struct is_rv_impl< rv<T> > struct492 { static const bool value = true; };495 struct is_rv_impl< const rv<T> > struct496 { static const bool value = true; };