aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
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 1374 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 1381 of file bijection.h.

1381  {
1382  return x;
1383  }

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