wxMaxima
Loading...
Searching...
No Matches
Data Structures
CachedValue.h File Reference

Declares "mostly read-only" wrappers around values that are expensive to compute and are thus cached. More...

#include <wx/debug.h>
#include <wx/log.h>
#include <limits>
#include <type_traits>
Include dependency graph for CachedValue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CachedInteger< T, type >
 A cached integer value. More...
 

Detailed Description

Declares "mostly read-only" wrappers around values that are expensive to compute and are thus cached.