API Documentation
Loading...
Searching...
No Matches
Set.h File Reference
#include <NDEVR/BaseValues.h>
#include <NDEVR/LibAssert.h>
#include <NDEVR/Buffer.h>
#include "tsl/robin_set.h"
Include dependency graph for Set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Set< t_type >
 Container that stores unique elements in no particular order, and which allow for fast retrieval. More...
 
class  SetBase
 A dummy base class for all Set templates. More...
 

Namespaces

namespace  NDEVR
 

Macros

#define NDEVR_USE_ROBIN_MAP   1
 
#define SET_BASE   tsl::robin_set
 

Macro Definition Documentation

◆ NDEVR_USE_ROBIN_MAP

#define NDEVR_USE_ROBIN_MAP   1

◆ SET_BASE

#define SET_BASE   tsl::robin_set