Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lampda::utils::Queue< T, MaxElements >::Optional Struct Reference

We need a fake optional, has the core is compiled in C++11. More...

#include <queue.h>

Public Member Functions

 Optional (T val)
 
bool has_value () const
 
value () const
 

Detailed Description

template<typename T, size_t MaxElements = 10>
struct lampda::utils::Queue< T, MaxElements >::Optional

We need a fake optional, has the core is compiled in C++11.


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