26template <
typename HeaderT,
typename TrailerT =
void>
37 typename std::conditional<!std::is_void<U>::value,
const TrailerType,
int>
::type t,
38 typename std::enable_if<!std::is_void<U>::value>
::type* =
nullptr)
49 typename std::enable_if<std::is_void<U>::value>
::type* =
nullptr)
67 template <
typename BufferT>
70 static_assert(
sizeof(BufferT) == 1,
"buffer required to be of byte-type");
84 const char*
data =
nullptr;
92template <
typename T,
typename... TArgs>
104 return first.getLength();
108template <
typename BufferT,
typename T,
typename... TArgs>
111 static_assert(
sizeof(BufferT) == 1,
"buffer required to be of byte-type");
118template <
typename BufferT,
typename T>
123 return element.insert(
buffer);
147 template <
typename... Targs>
Class for time synchronization of RawReader instances.
GLint GLint GLsizei GLint GLenum GLenum type
GLuint GLsizei GLsizei * length
constexpr size_t sequenceLength(const T &first, const TArgs... args) noexcept
constexpr size_t sequenceInsert(BufferT *buffer, const T &first, const TArgs... args) noexcept
recursive insert of variable number of objects
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
constexpr size_t insert(BufferT *buffer) const noexcept
constexpr size_t getDataLength() const noexcept
std::conditional<!std::is_void< TrailerType >::value, constTrailerType, int >::type trailer
constexpr Composite(const HeaderType &h, const char(&d)[N], typename std::enable_if< std::is_void< U >::value >::type *=nullptr)
constexpr size_t getLength() const noexcept
constexpr Composite(const HeaderType h, const char(&d)[N], typename std::conditional<!std::is_void< U >::value, const TrailerType, int >::type t, typename std::enable_if<!std::is_void< U >::value >::type *=nullptr)
StaticSequenceAllocator()=delete
std::unique_ptr< value_type[]> BufferType
StaticSequenceAllocator(Targs... args)