KASKADE 7 development version
Public Types | Public Member Functions | List of all members
Kaskade::ScalarSpaceDetail::CompressedFirst< Pair > Struct Template Reference

A functor for extracting the first component of a boost compressed pair. More...

#include <scalarspace.hh>

Detailed Description

template<class Pair>
struct Kaskade::ScalarSpaceDetail::CompressedFirst< Pair >

A functor for extracting the first component of a boost compressed pair.

Definition at line 42 of file scalarspace.hh.

Public Types

typedef Pair::first_const_reference result_type
 

Public Member Functions

Pair::first_const_reference operator() (Pair const &pair) const
 

Member Typedef Documentation

◆ result_type

template<class Pair >
typedef Pair::first_const_reference Kaskade::ScalarSpaceDetail::CompressedFirst< Pair >::result_type

Definition at line 44 of file scalarspace.hh.

Member Function Documentation

◆ operator()()

template<class Pair >
Pair::first_const_reference Kaskade::ScalarSpaceDetail::CompressedFirst< Pair >::operator() ( Pair const &  pair) const
inline

Definition at line 46 of file scalarspace.hh.


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