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

#include <bijection.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1216 of file bijection.h.

Member Function Documentation

◆ op_second()

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

Returns a reference.

Parameters
xA reference.
Returns
Returns the reference x.

Definition at line 1095 of file bijection_tpl.h.

1095 {
1096 return x;
1097 }
Dummy classes for discriminating scalars and non-scalars operators and -> wihtout any overhead.
Definition bijection.h:1196

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