C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::types::safe_cast_operation< T > Struct Template Reference

#include <cpg_types.hpp>

Public Member Functions

 safe_cast_operation (const T &v)
 

Public Attributes

const T & value
 

Detailed Description

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

Definition at line 1910 of file cpg_types.hpp.

Constructor & Destructor Documentation

◆ safe_cast_operation()

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

Definition at line 1913 of file cpg_types.hpp.

Member Data Documentation

◆ value

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

Definition at line 1912 of file cpg_types.hpp.


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