FRI-OS
Classes | Namespaces
unique.hpp File Reference

Utility for ensuring uniqueness of a variable. More...

#include <type_traits>
#include <memory>
#include <cassert>
Include dependency graph for unique.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  unique< T >
 Wrapper ensuring the uniqueness of a value. More...
 

Namespaces

 frios
 Namespace for the FRI-OS project.
 

Detailed Description

Utility for ensuring uniqueness of a variable.