C++ Library Extensions 2022.12.09
To help learn modern C++ programming
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
cpg::types::safe_numerical_operation< T > Struct Template Reference

#include <cpg_types.hpp>

Public Member Functions

 safe_numerical_operation (const T &v)
 

Public Attributes

const T & value
 

Detailed Description

template<typename T>
struct cpg::types::safe_numerical_operation< T >

Definition at line 2323 of file cpg_types.hpp.

Constructor & Destructor Documentation

◆ safe_numerical_operation()

template<typename T >
cpg::types::safe_numerical_operation< T >::safe_numerical_operation ( const T &  v)
inline

Definition at line 2326 of file cpg_types.hpp.

Member Data Documentation

◆ value

template<typename T >
const T& cpg::types::safe_numerical_operation< T >::value

Definition at line 2325 of file cpg_types.hpp.


The documentation for this struct was generated from the following file: