aGrUM  0.16.0
gum::BijectionIteratorGet< true > Struct Template Reference

#include <bijection.h>

Static Public Member Functions

template<typename T >
static INLINE const T & op_second (const T &x)
 Returns a reference. More...
 

Detailed Description

template<>
struct gum::BijectionIteratorGet< true >

Definition at line 1385 of file bijection.h.

Member Function Documentation

◆ op_second()

template<typename T >
static INLINE const T& gum::BijectionIteratorGet< true >::op_second ( const T &  x)
inlinestatic

Returns a reference.

Parameters
xA reference.
Returns
Returns the reference x.

Definition at line 1392 of file bijection.h.

1392  {
1393  return x;
1394  }

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