ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::query::thread_safe_queryable< Q, ThreadSafe > Struct Template Reference

Get the thread safe type of a queryable type. More...

#include <Queryable.hpp>

Public Types

using type = Q
 

Detailed Description

template<Queryable Q, bool ThreadSafe>
struct ecstasy::query::thread_safe_queryable< Q, ThreadSafe >

Get the thread safe type of a queryable type.

If ThreadSafe is false, Q is not Lockable the type is Q. If the type is lockable, then the type is a LockableView "LockableView<Q>".

Template Parameters
QQueryable type.
ThreadSafeWhether the queryable should be thread safe or not.
Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2024-04-06)

Definition at line 190 of file Queryable.hpp.

Member Typedef Documentation

◆ type

template<Queryable Q, bool ThreadSafe>
using ecstasy::query::thread_safe_queryable< Q, ThreadSafe >::type = Q

Definition at line 191 of file Queryable.hpp.


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