BCNP 3.2.1
Batched Command Network Protocol
Loading...
Searching...
No Matches
bcnp::IsValidPacketStorage< Container > Struct Template Reference

Concept-like check for valid packet storage containers. More...

#include <packet_storage.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename Container>
struct bcnp::IsValidPacketStorage< Container >

Concept-like check for valid packet storage containers.

Works with std::vector, StaticVector, or any container meeting the interface.

Definition at line 76 of file packet_storage.h.

Member Data Documentation

◆ value

template<typename Container >
bool bcnp::IsValidPacketStorage< Container >::value
staticconstexpr
Initial value:
=
detail::has_push_back<Container>::value &&
detail::has_size<Container>::value &&
detail::has_clear<Container>::value &&
detail::has_reserve<Container>::value &&
detail::has_begin_end<Container>::value &&
detail::has_subscript<Container>::value

Definition at line 77 of file packet_storage.h.


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