aGrUM  0.14.2
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 1383 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 1390 of file bijection.h.

1390  {
1391  return x;
1392  }

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