#include <artdaq-core/Core/ConcurrentQueue.hh>
Classes | |
struct | FalseType |
Static Public Attributes | |
static const bool | value = (sizeof(test<T>(nullptr)) == sizeof(TrueType)) |
Use SFINAE to figure out if the class used to instantiate the ConcurrentQueue template has a method memoryUsed returning the number of bytes occupied by the class itself. |
This template is using SFINAE to figure out if the class used to instantiate the ConcurrentQueue template has a method memoryUsed returning the number of bytes occupied by the class itself.
Definition at line 71 of file ConcurrentQueue.hh.