clipp::detail::increment_by< T > Class Template Reference

increments by a fixed amount using operator += More...

#include <clipp.h>

Public Member Functions

constexpr increment_by (T &target, T by) noexcept
 
void operator() () const
 

Detailed Description

template<class T>
class clipp::detail::increment_by< T >

increments by a fixed amount using operator +=

Definition at line 558 of file clipp.h.

Constructor & Destructor Documentation

◆ increment_by()

template<class T >
constexpr clipp::detail::increment_by< T >::increment_by ( T &  target,
by 
)
inlineexplicitconstexprnoexcept

Definition at line 562 of file clipp.h.

Member Function Documentation

◆ operator()()

template<class T >
void clipp::detail::increment_by< T >::operator() ( ) const
inline

Definition at line 566 of file clipp.h.


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