TARAXA
lazy.hpp File Reference
#include <cassert>
#include <functional>
#include <mutex>
#include <type_traits>

Go to the source code of this file.

Classes

class  taraxa::util::lazy::Lazy< Provider >
 

Namespaces

 taraxa
 
 taraxa::util
 
 taraxa::util::lazy
 

Typedefs

template<typename T >
using taraxa::util::lazy::LazyVal = Lazy< function< T()> >