KiCad PCB EDA Suite
Loading...
Searching...
No Matches
base_set.h File Reference
#include <algorithm>
#include <iterator>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <vector>
#include <import_export.h>

Go to the source code of this file.

Classes

class  BASE_SET
 
class  BASE_SET::set_bits_iterator
 
class  BASE_SET::set_bits_reverse_iterator
 
struct  std::hash< BASE_SET >
 

Namespaces

namespace  std
 STL namespace.
 

Functions

BASE_SET operator& (const BASE_SET &lhs, const BASE_SET &rhs)
 
BASE_SET operator| (const BASE_SET &lhs, const BASE_SET &rhs)
 
BASE_SET operator^ (const BASE_SET &lhs, const BASE_SET &rhs)
 

Function Documentation

◆ operator&()

BASE_SET operator& ( const BASE_SET lhs,
const BASE_SET rhs 
)
inline

Definition at line 311 of file base_set.h.

◆ operator^()

BASE_SET operator^ ( const BASE_SET lhs,
const BASE_SET rhs 
)
inline

Definition at line 325 of file base_set.h.

◆ operator|()

BASE_SET operator| ( const BASE_SET lhs,
const BASE_SET rhs 
)
inline

Definition at line 318 of file base_set.h.