MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator!=

Method operator!=

inst/include/Rcpp/vector/string_proxy.h:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 return strcmp( begin(), other ) == 0 ;
192 }
193 bool operator!=( const char* other) const {
194 return strcmp( begin(), other ) != 0 ;
195 }
196
197 template<template <class> class SP>
198 bool operator==( const string_proxy<STRSXP, SP>& other) const {

Callers

nothing calls this directly

Calls 2

getFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected