A PolymorphicFunctionObject type that returns the second element of a std::pair. More...
#include <utility.hpp>
Classes | |
| struct | result | 
| struct | result< This(Pair &)> | 
| struct | result< This(Pair const &)> | 
| struct | result< This(Pair)> | 
Public Member Functions | |
| template<typename Pair > | |
| Pair::second_type & | operator() (Pair &pair) const | 
| template<typename Pair > | |
| Pair::second_type const & | operator() (Pair const &pair) const | 
A PolymorphicFunctionObject type that returns the second element of a std::pair.
A PolymorphicFunctionObject type that returns the second element of a std::pair..
      
  | 
  inline | 
      
  | 
  inline |