COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
Classes | Namespaces
StaticVector.h File Reference

Contains comms::util::StaticVector class. More...

#include <cstddef>
#include <array>
#include <algorithm>
#include <iterator>
#include <initializer_list>
#include "comms/CompileControl.h"
#include "comms/Assert.h"
#include "comms/util/AlignedStorage.h"

Go to the source code of this file.

Classes

class  comms::util::StaticVector< T, TSize >
 Replacement to std::vector when no dynamic memory allocation is allowed. More...
 

Namespaces

namespace  comms
 Main namespace for all classes / functions of COMMS library.
 
namespace  comms::util
 Namespace for various utility classes and/or functions used by COMMS library.
 
namespace  std
 STL namespace.
 

Detailed Description

Contains comms::util::StaticVector class.