MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / Swap

Method Swap

Archive/releases/5/SafeInt_3013p.cpp:5914–5919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5912 }
5913
5914 void Swap( SafeInt< T, E >& with ) throw()
5915 {
5916 T temp( m_int );
5917 m_int = with.m_int;
5918 with.m_int = temp;
5919 }
5920
5921 static SafeInt< T, E > SafeAtoI( const char* input )
5922 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected