FastLED 3.9.7
Loading...
Searching...
No Matches
InterpData< KeyT, ValT > Struct Template Reference

Detailed Description

template<typename KeyT, typename ValT>
struct InterpData< KeyT, ValT >

Definition at line 18 of file ApproximatingFunction.h.

Public Member Functions

 InterpData (const KeyT &k, const ValT &v)
 

Public Attributes

KeyT key
 
ValT val
 

Constructor & Destructor Documentation

◆ InterpData()

template<typename KeyT , typename ValT >
InterpData< KeyT, ValT >::InterpData ( const KeyT & k,
const ValT & v )
inline

Definition at line 19 of file ApproximatingFunction.h.

Member Data Documentation

◆ key

template<typename KeyT , typename ValT >
KeyT InterpData< KeyT, ValT >::key

Definition at line 20 of file ApproximatingFunction.h.

◆ val

template<typename KeyT , typename ValT >
ValT InterpData< KeyT, ValT >::val

Definition at line 21 of file ApproximatingFunction.h.


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