maomao90's Library
A C++20 library for competitive programming.
Loading...
Searching...
No Matches
maomao90::MaxMonoid< T > Struct Template Reference

#include <standard_monoids.hpp>

Public Member Functions

MaxMonoid merge (const MaxMonoid &o) const
 

Static Public Member Functions

static MaxMonoid id ()
 

Public Attributes

v
 

Member Function Documentation

◆ id()

template<typename T>
static MaxMonoid maomao90::MaxMonoid< T >::id ( )
inlinestatic

◆ merge()

template<typename T>
MaxMonoid maomao90::MaxMonoid< T >::merge ( const MaxMonoid< T > & o) const
inline

Member Data Documentation

◆ v

template<typename T>
T maomao90::MaxMonoid< T >::v

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