Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
FileBucket.h File Reference
#include <config.h>
#include <string>
#include <vector>
Include dependency graph for FileBucket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  FileBucket
 

Functions

constexpr bool operator& (FileBucket::Type a, FileBucket::Type b)
 override type bit operator
 
constexpr FileBucket::Type operator| (FileBucket::Type a, FileBucket::Type b)
 override type bit operator
 

Detailed Description

Author
Pablo Alvarez Lopez
Date
Nov 2025

Definition in file FileBucket.h.

Function Documentation

◆ operator&()

constexpr bool operator& ( FileBucket::Type  a,
FileBucket::Type  b 
)
constexpr

override type bit operator

Definition at line 129 of file FileBucket.h.

◆ operator|()

constexpr FileBucket::Type operator| ( FileBucket::Type  a,
FileBucket::Type  b 
)
constexpr

override type bit operator

Definition at line 124 of file FileBucket.h.