aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
gum::BijectionIteratorGet< true > Struct Reference

#include <bijection.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1168 of file bijection.h.

Member Function Documentation

◆ op_second()

template<typename T>
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 1175 of file bijection.h.

1175 {
1176 return x;
1177 }
Dummy classes for discriminating scalars and non-scalars operators and -> wihtout any overhead.
Definition bijection.h:1146

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