ECSTASY
All in the name
Loading...
Searching...
No Matches
Maybe.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_REGISTRY_MODIFIERS_MAYBE_HPP_
13#define ECSTASY_REGISTRY_MODIFIERS_MAYBE_HPP_
14
15#include "ecstasy/config.hpp"
18
19namespace ecstasy
20{
30 template <typename C, bool AutoLock = thread::AUTO_LOCK_DEFAULT>
31 struct Maybe {
33 };
34} // namespace ecstasy
35
36#endif /* !ECSTASY_REGISTRY_MODIFIERS_MAYBE_HPP_ */
Query modifier which returns a std::optional filled when the data if existing.
Definition Maybe.hpp:38
Namespace containing all symbols specific to ecstasy.
Definition ecstasy.hpp:30
Query modifier which returns a std::optional filled when the data if existing.
Defines the queryable_type type trait.
Placeholder for Maybe.
Definition Maybe.hpp:31