concepts namespace
More...
|
| std::string | vformat (const char *zcFormat,...) |
| |
◆ clockType
Global clock used for time measurement
◆ symbolType
◆ paramType
Parameter type enum
| Enumerator |
|---|
| EmptyParameterValue | |
◆ returnCodes
Return codes enum
| Enumerator |
|---|
| WarningMessage | |
| AlreadyExists | |
| ErrorOccured | |
| ReturnSucess | |
◆ vformat()
| std::string myConcepts::vformat |
( |
const char * |
zcFormat, |
|
|
|
... |
|
) |
| |
Print format function
- Parameters
-
◆ gClk
◆ printable
template<typename T >
| concept myConcepts::printable |
Initial value:= requires(const T &elem, std::ofstream &out){
{ out << elem } -> std::same_as<std::ostream &>;
}
Prinatble concept
- Template Parameters
-