bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::C_FA_Traits< T_Inputs > Struct Template Reference

#include <FA.h>

Static Public Member Functions

static bool equalInput (const T_Inputs &a, const T_Inputs &b)
 
static void inputDifference (T_Inputs &dst, const T_Inputs &src)
 
static void inputIntersection (T_Inputs &dst, const T_Inputs &src)
 
static void inputUnion (T_Inputs &dst, const T_Inputs &src)
 
static bool isEmptyInput (const T_Inputs &src)
 

Detailed Description

template<class T_Inputs>
struct bux::C_FA_Traits< T_Inputs >

Definition at line 45 of file FA.h.

Member Function Documentation

◆ equalInput()

template<class T_Inputs >
static bool bux::C_FA_Traits< T_Inputs >::equalInput ( const T_Inputs & a,
const T_Inputs & b )
static

◆ inputDifference()

template<class T_Inputs >
static void bux::C_FA_Traits< T_Inputs >::inputDifference ( T_Inputs & dst,
const T_Inputs & src )
static

◆ inputIntersection()

template<class T_Inputs >
static void bux::C_FA_Traits< T_Inputs >::inputIntersection ( T_Inputs & dst,
const T_Inputs & src )
static

◆ inputUnion()

template<class T_Inputs >
static void bux::C_FA_Traits< T_Inputs >::inputUnion ( T_Inputs & dst,
const T_Inputs & src )
static

◆ isEmptyInput()

template<class T_Inputs >
static bool bux::C_FA_Traits< T_Inputs >::isEmptyInput ( const T_Inputs & src)
static

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