Public Types

mln::trait::next::internal::helper_merge_triplets_same_ret_< L_i_L, L_i_R, L_i_max, R_i_L, R_i_R, R_i_max > Struct Template Reference

#include <solve_binary.hh>

List of all members.

Public Types

enum  { i_L = (L_i_max < R_i_max ? L_i_L : R_i_L), i_R = (L_i_max < R_i_max ? L_i_R : R_i_R) }

Detailed Description

template<unsigned L_i_L, unsigned L_i_R, unsigned L_i_max, unsigned R_i_L, unsigned R_i_R, unsigned R_i_max>
struct mln::trait::next::internal::helper_merge_triplets_same_ret_< L_i_L, L_i_R, L_i_max, R_i_L, R_i_R, R_i_max >

Definition at line 119 of file next/solve_binary.hh.


Member Enumeration Documentation

template<unsigned L_i_L, unsigned L_i_R, unsigned L_i_max, unsigned R_i_L, unsigned R_i_R, unsigned R_i_max>
anonymous enum
Enumerator:
i_L 
i_R 

Definition at line 126 of file next/solve_binary.hh.