artdaq_core
v3_01_05
|
#include <artdaq-core/Core/ConcurrentQueue.hh>
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 74 of file ConcurrentQueue.hh.