The Sparta Modeling Framework
Loading...
Searching...
No Matches
ValidValue.hpp File Reference

File that defines a ValidValue. More...

#include <iostream>
#include "sparta/utils/SpartaAssert.hpp"

Go to the source code of this file.

Classes

class  sparta::utils::ValidValue< T >
 Provides a wrapper around a value to ensure that the value is assigned. More...
 

Namespaces

namespace  sparta
 Macros for handling exponential backoff.
 

Functions

template<class ValidValT >
std::ostream & sparta::utils::operator<< (std::ostream &os, const sparta::utils::ValidValue< ValidValT > &vv)
 

Detailed Description

File that defines a ValidValue.

Definition in file ValidValue.hpp.

Function Documentation

◆ operator<<()

template<class ValidValT >
std::ostream & sparta::utils::operator<< ( std::ostream &  os,
const sparta::utils::ValidValue< ValidValT > &  vv 
)

Definition at line 171 of file ValidValue.hpp.