NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
static_set.hpp File Reference

Defines a set that is sorted and has a fixed capacity. More...

#include <algorithm>
#include <array>
#include "NNL/common/contract.hpp"
#include "NNL/common/exception.hpp"

Go to the source code of this file.

Classes

class  nnl::utl::StaticSet< T, max_size >
 Fixed-size sorted set implementation. More...

Namespaces

namespace  nnl

Detailed Description

Defines a set that is sorted and has a fixed capacity.