Go to the source code of this file.
|
template<int RT> |
bool | Rcpp::internal::operator< (const const_string_proxy< RT > &lhs, const const_string_proxy< RT > &rhs) |
|
template<int RT> |
bool | Rcpp::internal::operator> (const const_string_proxy< RT > &lhs, const const_string_proxy< RT > &rhs) |
|
template<int RT> |
bool | Rcpp::internal::operator>= (const const_string_proxy< RT > &lhs, const const_string_proxy< RT > &rhs) |
|
template<int RT> |
bool | Rcpp::internal::operator<= (const const_string_proxy< RT > &lhs, const const_string_proxy< RT > &rhs) |
|
template<template< class > class StoragePolicy> |
std::ostream & | Rcpp::internal::operator<< (std::ostream &os, const const_string_proxy< STRSXP, StoragePolicy > &proxy) |
|
template<template< class > class StoragePolicy> |
std::string | Rcpp::internal::operator+ (const std::string &x, const const_string_proxy< STRSXP, StoragePolicy > &y) |
|