Public Member Functions | |
ConstantString (std::string str) | |
const std::string & | string () const |
operator const std::string & () const | |
Static Public Member Functions | |
static c10::intrusive_ptr< ConstantString > | create (std::string str_) |
Friends | |
CAFFE2_API friend std::ostream & | operator<< (std::ostream &out, const ConstantString &v) |
Additional Inherited Members | |
Protected Member Functions inherited from c10::intrusive_ptr_target | |
intrusive_ptr_target (intrusive_ptr_target &&other) noexcept | |
intrusive_ptr_target & | operator= (intrusive_ptr_target &&other) noexcept |
intrusive_ptr_target (const intrusive_ptr_target &other) noexcept | |
intrusive_ptr_target & | operator= (const intrusive_ptr_target &other) noexcept |