header_utils
Loading...
Searching...
No Matches
ghassanpl::output_buffer Concept Reference

Checks if an element value is appendable to a buffer. More...

#include <buffers.h>

Concept definition

template<typename BUFFER, typename ELEMENT_VALUE>
}
Checks if an element value is appendable to a buffer.
Definition buffers.h:66
constexpr auto bit_count
Equal to the number of bits in the type.
Definition bits.h:33
bool buffer_append(BUFFER &&buffer, T &&val)
Primary function to append a value (preferably the buffer element type) to the buffer.
Definition buffers.h:35

Detailed Description

Checks if an element value is appendable to a buffer.

Definition at line 66 of file buffers.h.