llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
Cache< T, Args > Class Template Reference

#include <core/adt/cache.h>

Public Member Functions

operator() (Args... args, std::function< T()> &&f)
 

Detailed Description

template<typename T, typename... Args>
class Cache< T, Args >

Generic cache with a method to build new elements.


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