Open Chinese Convert  1.0.3
A project for conversion between Traditional and Simplified Chinese
 All Classes Functions
Public Member Functions | Static Public Member Functions
opencc::Optional< T * > Class Template Reference

Specialization of Optional for pointers. More...

#include <Optional.hpp>

List of all members.

Public Member Functions

 Optional (TPtr actual)
bool IsNull () const
const TPtr & Get () const

Static Public Member Functions

static Optional< TPtr > Null ()

Detailed Description

template<typename T>
class opencc::Optional< T * >

Specialization of Optional for pointers.

Reduce a bool.


The documentation for this class was generated from the following file:
 All Classes Functions