Searched defs:NonTrivialConstructorType (Results 1 – 1 of 1) sorted by relevance
1361 class NonTrivialConstructorType { class1363 NonTrivialConstructorType( int a = 0 ) : m_a( a ), m_str( "" ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType1364 NonTrivialConstructorType( const std::string& str ) : m_a( 0 ), m_str( str ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType1365 NonTrivialConstructorType( int a, const std::string& str ) : m_a( a ), m_str( str ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType