clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | List of all members
Clasp::select2nd< P > Struct Template Reference

An unary operator function that returns the second value of a std::pair. More...

#include <misc_types.h>

Inheritance diagram for Clasp::select2nd< P >:
Inheritance graph
Collaboration diagram for Clasp::select2nd< P >:
Collaboration graph

Public Member Functions

P::second_type & operator() (P &x) const
 
const P::second_type & operator() (const P &x) const
 

Detailed Description

template<class P>
struct Clasp::select2nd< P >

An unary operator function that returns the second value of a std::pair.

Member Function Documentation

template<class P >
P::second_type& Clasp::select2nd< P >::operator() ( P &  x) const
inline
template<class P >
const P::second_type& Clasp::select2nd< P >::operator() ( const P &  x) const
inline

The documentation for this struct was generated from the following file: