HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.3
Loading...
Searching...
No Matches
HPCombi::power_helper::Monoid< std::string > Struct Reference

Static Public Member Functions

static std::string one ()
 
static std::string prod (std::string a, std::string b)
 
static const std::string one ()
 The one of type T.
 
static const std::string prod (std::string a, std::string b)
 the product of two elements of type T
 

Member Function Documentation

◆ one() [1/2]

static std::string HPCombi::power_helper::Monoid< std::string >::one ( )
inlinestatic

◆ one() [2/2]

static const std::string HPCombi::power_helper::Monoid< std::string >::one ( )
inlinestatic

The one of type T.

◆ prod() [1/2]

static std::string HPCombi::power_helper::Monoid< std::string >::prod ( std::string a,
std::string b )
inlinestatic

◆ prod() [2/2]

static const std::string HPCombi::power_helper::Monoid< std::string >::prod ( std::string a,
std::string b )
inlinestatic

the product of two elements of type T

Parameters
athe first element to be multiplied
bthe second element to be multiplied
Returns
the product a * b

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