MCPcopy Create free account
hub / github.com/Clarionos/clarion / operator !

Function operator !

libraries/fc/src/variant.cpp:859–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857 }
858
859 bool operator ! ( const variant& a )
860 {
861 return !a.as_bool();
862 }
863
864 bool operator < ( const variant& a, const variant& b )
865 {

Callers

nothing calls this directly

Calls 1

as_boolMethod · 0.80

Tested by

no test coverage detected