Searched defs:is_rv_impl (Results 1 – 1 of 1) sorted by relevance
485 struct is_rv_impl struct486 { static const bool value = false; };489 struct is_rv_impl< rv<T> > struct490 { static const bool value = true; };493 struct is_rv_impl< const rv<T> > struct494 { static const bool value = true; };