callonce  1.0.0
Header-only memoized call-once wrapper for any C++ callable
fedem::utility::detail Namespace Reference

Implementation details. Not part of the public API; do not use directly. More...

Classes

struct  return_storage
 
struct  return_storage< void >
 

Enumerations

enum class  execution_state : std::uint8_t { not_started , running , done }
 

Detailed Description

Implementation details. Not part of the public API; do not use directly.

Enumeration Type Documentation

◆ execution_state

enum fedem::utility::detail::execution_state : std::uint8_t
strong
Enumerator
not_started 
running 
done